diff --git a/src/app/page.tsx b/src/app/page.tsx index b693481..9a9665d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -76,6 +75,8 @@ export default function LandingPage() { title="Our Boutique Story" description="Located in the heart of Oneonta, MJs was founded on a simple premise: cannabis retail should feel approachable, professional, and welcoming. We curate every product to ensure our neighbors always leave with the highest quality boutique experience." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jp12g7" + textboxLayout="split" + useInvertedBackground={false} bulletPoints={[ { title: "Curated Quality", description: "Only the finest local and regional harvests." }, { title: "Approachable Service", description: "Friendly, expert guidance at every turn." }, @@ -95,6 +96,8 @@ export default function LandingPage() { { id: "p1", name: "Signature Pre-Roll", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zju7b1" }, { id: "v1", name: "Local Value Selection", price: "$25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=igf3l3" } ]} + textboxLayout="split" + useInvertedBackground={false} /> @@ -107,6 +110,8 @@ export default function LandingPage() { { id: "l1", badge: "Join", price: "Free", subtitle: "Loyalty Basics", features: ["Earn points on every dollar", "Early product alerts"] }, { id: "l2", badge: "VIP", price: "Access", subtitle: "Member Exclusive", features: ["Weekly discount drops", "Birthday rewards", "Priority queue access"] } ]} + textboxLayout="split" + useInvertedBackground={false} /> @@ -116,6 +121,7 @@ export default function LandingPage() { description="Our Oneonta neighbors love the personalized care at MJs." animationType="slide-up" useInvertedBackground={false} + textboxLayout="split" kpiItems={[{ value: "4.9", label: "Rating" }, { value: "500+", label: "Happy Locals" }, { value: "100%", label: "Local Roots" }]} testimonials={[ { id: "t1", name: "Alex P.", role: "Oneonta Resident", company: "Local", rating: 5 }, @@ -133,6 +139,7 @@ export default function LandingPage() { { id: "q3", title: "Do you offer delivery?", content: "Visit us in-store for the full boutique dispensary experience!" } ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -143,6 +150,7 @@ export default function LandingPage() { description="123 Main Street, Oneonta, NY 13820 | (607) 555-0123 | Daily: 10am-8pm" buttons={[{ text: "Get Directions", href: "#" }, { text: "Call Today", href: "tel:6075550123" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />