From 52da8c60e24f090d71dde5f714f6f1f596f94e94 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:16:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 ++++++++++++----------------------------------- 1 file changed, 52 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f57afd..db90682 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,13 +51,9 @@ export default function LandingPage() { description="Experience artisanal flavors by the lake. From morning roasts to evening treats, discover the soul of North Lebanon's best cafe experience." buttons={[ { - text: "View Menu", - href: "#menu", - }, + text: "View Menu", href: "#menu"}, { - text: "Visit Us", - href: "#contact", - }, + text: "Visit Us", href: "#contact"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a56sp" imageAlt="Boros Cafe Ambiance" @@ -79,20 +67,11 @@ export default function LandingPage() { description="We blend traditional hospitality with modern culinary excellence to create moments that matter." accordionItems={[ { - id: "1", - title: "Fresh Ingredients", - content: "We source the finest local produce to ensure every dish meets our high standard for quality.", - }, + id: "1", title: "Fresh Ingredients", content: "We source the finest local produce to ensure every dish meets our high standard for quality."}, { - id: "2", - title: "Lake View Atmosphere", - content: "Dine in a serene environment overlooking the beautiful Bnachii lake.", - }, + id: "2", title: "Lake View Atmosphere", content: "Dine in a serene environment overlooking the beautiful Bnachii lake."}, { - id: "3", - title: "Artisanal Coffee", - content: "Our baristas are masters of their craft, ensuring your morning cup is perfect.", - }, + id: "3", title: "Artisanal Coffee", content: "Our baristas are masters of their craft, ensuring your morning cup is perfect."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=in91l5" mediaAnimation="slide-up" @@ -106,19 +85,13 @@ export default function LandingPage() { metrics={[ { icon: Coffee, - label: "Coffees Served", - value: "50k+", - }, + label: "Coffees Served", value: "50k+"}, { icon: Users, - label: "Happy Guests", - value: "10k+", - }, + label: "Happy Guests", value: "10k+"}, { icon: Utensils, - label: "Menu Items", - value: "40+", - }, + label: "Menu Items", value: "40+"}, ]} metricsAnimation="slide-up" /> @@ -132,41 +105,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Classic Breakfast", - price: "$12", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjl9bo", - }, + id: "p1", name: "Classic Breakfast", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjl9bo"}, { - id: "p2", - name: "Artisan Sandwiches", - price: "$8", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1536qb", - }, + id: "p2", name: "Artisan Sandwiches", price: "$8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1536qb"}, { - id: "p3", - name: "Fresh Pastries", - price: "$5", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q3l9pd", - }, + id: "p3", name: "Fresh Pastries", price: "$5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q3l9pd"}, { - id: "p4", - name: "Specialty Coffee", - price: "$4", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ndjif1", - }, + id: "p4", name: "Specialty Coffee", price: "$4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ndjif1"}, { - id: "p5", - name: "Seasonal Fruit", - price: "$7", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cvp1z", - }, + id: "p5", name: "Seasonal Fruit", price: "$7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cvp1z"}, { - id: "p6", - name: "Homemade Cakes", - price: "$6", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jlxfxf", - }, + id: "p6", name: "Homemade Cakes", price: "$6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jlxfxf"}, ]} title="Our Menu" description="Hand-picked favorites crafted for your delight." @@ -178,14 +127,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Local Growers", - "Artisan Roasters", - "Lake View Estate", - "Community Friends", - "Culinary Arts", - "Fresh Food Union", - "Hospitality Group", - ]} + "Local Growers", "Artisan Roasters", "Lake View Estate", "Community Friends", "Culinary Arts", "Fresh Food Union", "Hospitality Group"]} title="Trusted Partners" description="Collaborating with quality providers to bring you the best experience." /> @@ -198,40 +140,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah", - handle: "@sarah_foodie", - testimonial: "The best cafe in North Lebanon! Amazing view and coffee.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dyfaaf", - }, + id: "1", name: "Sarah", handle: "@sarah_foodie", testimonial: "The best cafe in North Lebanon! Amazing view and coffee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dyfaaf"}, { - id: "2", - name: "Mark", - handle: "@mark_travels", - testimonial: "Wonderful atmosphere. Perfect place to relax.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8dx5iy", - }, + id: "2", name: "Mark", handle: "@mark_travels", testimonial: "Wonderful atmosphere. Perfect place to relax.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8dx5iy"}, { - id: "3", - name: "Lina", - handle: "@lina_cafe", - testimonial: "I love the breakfast menu, so fresh and delicious.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jq3ivy", - }, + id: "3", name: "Lina", handle: "@lina_cafe", testimonial: "I love the breakfast menu, so fresh and delicious.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jq3ivy"}, { - id: "4", - name: "John", - handle: "@john_coffee", - testimonial: "Professional service and great coffee quality.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpj7a3", - }, + id: "4", name: "John", handle: "@john_coffee", testimonial: "Professional service and great coffee quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpj7a3"}, { - id: "5", - name: "Ziad", - handle: "@ziad_b", - testimonial: "A true hidden gem by the lake.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbmzx2", - }, + id: "5", name: "Ziad", handle: "@ziad_b", testimonial: "A true hidden gem by the lake.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbmzx2"}, ]} title="Loved by Guests" description="What our community is saying about their time at Boros." @@ -239,70 +156,54 @@ export default function LandingPage() {
-
-
-- 2.49.1