5 Commits

Author SHA1 Message Date
90360073ff Update src/app/page.tsx 2026-04-26 00:40:10 +00:00
2e7bacb7d7 Update src/app/page.tsx 2026-04-26 00:39:30 +00:00
e99435269c Merge version_2 into main
Merge version_2 into main
2026-04-26 00:35:50 +00:00
99a784b885 Merge version_2 into main
Merge version_2 into main
2026-04-26 00:35:21 +00:00
130aa28550 Merge version_2 into main
Merge version_2 into main
2026-04-26 00:34:43 +00:00

View File

@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
@@ -137,7 +137,7 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqBase
faqs={[ faqs={[
{ id: "1", title: "Is the taproom open to the public?", content: "Yes! After 5 PM, the taproom welcomes both members and the public." }, { id: "1", title: "Is the taproom open to the public?", content: "Yes! After 5 PM, the taproom welcomes both members and the public." },
{ id: "2", title: "Do I need a membership?", content: "Only if you want access to desks and private offices. Taproom access is open to all." }, { id: "2", title: "Do I need a membership?", content: "Only if you want access to desks and private offices. Taproom access is open to all." },
@@ -146,19 +146,18 @@ export default function LandingPage() {
title="Common Questions" title="Common Questions"
description="Get all the details about our coworking and taproom services." description="Get all the details about our coworking and taproom services."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/meeting-room_1098-19954.jpg"
imageAlt="Meeting room"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactSplit
tag="Ready to join?" tag="Ready to join?"
title="Book Your Tour" 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." 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" }]} mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/meeting-room_1098-19954.jpg"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />