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

+

{title}

Decorative shapes
{/* Subtitle */} -

+

{subtitle}

{/* Description */} -

+

{description}

diff --git a/app/components/HeroBanner.js b/app/components/HeroBanner.js index e26a69d..98b9d0e 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) */}