From 968d687bad1e219c3866fe49cbce533c1664a755 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:59:17 -0600 Subject: [PATCH] Hero Banner sm breakpoint --- app/components/ContentLockup.js | 8 ++++---- app/components/HeroBanner.js | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/components/ContentLockup.js b/app/components/ContentLockup.js index c55b97b..cfe3662 100644 --- a/app/components/ContentLockup.js +++ b/app/components/ContentLockup.js @@ -4,12 +4,12 @@ import Button from "./Button"; const ContentLockup = ({ title, subtitle, description, ctaText, ctaHref }) => { return ( -
+
{/* Text content container */}
{/* Title container */}
-

+

{title}

{
{/* Subtitle */} -

+

{subtitle}

{/* Description */} -

+

{description}

diff --git a/app/components/HeroBanner.js b/app/components/HeroBanner.js index e05bc8c..76d0225 100644 --- a/app/components/HeroBanner.js +++ b/app/components/HeroBanner.js @@ -5,15 +5,15 @@ import HeroDecor from "./HeroDecor"; const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => { return ( -
+
{/* Frame container for content */} -
+
{/* DECORATIONS (behind content) */}