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) */}