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