Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 00:35:21 +00:00

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
imageAlt="Our team workspace"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -102,6 +103,7 @@ export default function LandingPage() {
]}
title="Membership Options"
description="Simple, no-nonsense pricing to help your business bloom."
useInvertedBackground={false}
/>
</div>
@@ -109,6 +111,7 @@ export default function LandingPage() {
<MetricCardSeven
animationType="slide-up"
useInvertedBackground={true}
textboxLayout="default"
metrics={[
{ id: "1", value: "100%", title: "Local Vibe", items: ["Family owned", "Craft beer roots", "Community first"] },
{ id: "2", value: "24/7", title: "Office Access", items: ["Keypad entry", "Secure wifi", "Always ready"] },
@@ -129,6 +132,7 @@ export default function LandingPage() {
]}
title="Community Voices"
description="Don't just take our word for it."
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>