diff --git a/src/app/page.tsx b/src/app/page.tsx index 27de447..f6f263a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function LandingPage() { imageAlt="Our team workspace" mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -102,6 +103,7 @@ export default function LandingPage() { ]} title="Membership Options" description="Simple, no-nonsense pricing to help your business bloom." + useInvertedBackground={false} /> @@ -109,6 +111,7 @@ export default function LandingPage() { @@ -144,6 +148,8 @@ export default function LandingPage() { faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/meeting-room_1098-19954.jpg" imageAlt="Meeting room" + textboxLayout="default" + useInvertedBackground={false} /> @@ -153,6 +159,8 @@ export default function LandingPage() { title="Book Your Tour" description="Come see the Oakbridge space in person. Grab a desk, grab a beer, and see why our members love it here." buttons={[{ text: "Book a Tour", href: "tel:5550123456" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />