diff --git a/app/components/ContentLockup.js b/app/components/ContentLockup.js index cfe3662..6fcf9c3 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 76d0225..e26a69d 100644 --- a/app/components/HeroBanner.js +++ b/app/components/HeroBanner.js @@ -5,29 +5,31 @@ import HeroDecor from "./HeroDecor"; const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => { return ( -
+
{/* Frame container for content */} -
+
{/* DECORATIONS (behind content) */} {/* Content lockup - Large variant */} - +
+ +
{/* Hero Image Container */} -
+