Merge version_2 into main #1
203
src/app/page.tsx
203
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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Boros Cafe"
|
||||
/>
|
||||
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
<FaqDouble
|
||||
title="Questions & Answers"
|
||||
description="Find answers to common questions about our cafe, services, and policies."
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, we recommend reservations for weekends.",
|
||||
},
|
||||
id: "f1", title: "Do you take reservations?", content: "Yes, we recommend reservations for weekends to guarantee your table."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, ample parking is provided for our guests.",
|
||||
},
|
||||
id: "f2", title: "Is parking available?", content: "Yes, ample parking is provided free of charge for our guests."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are pets allowed?",
|
||||
content: "We allow pets on our terrace area.",
|
||||
},
|
||||
id: "f3", title: "Are pets allowed?", content: "We are pet-friendly on our outdoor terrace area."},
|
||||
{
|
||||
id: "f4", title: "Do you offer vegan options?", content: "We have several plant-based and vegan-friendly options on our menu."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
title="Let's Connect"
|
||||
description="Visit us in Bnachii for a memorable experience, or reach out with any inquiries."
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=contact-hero"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
tag="Connect"
|
||||
title="Get In Touch"
|
||||
description="Find us by the lake in Bnachii. We'd love to hear from you."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBaseReveal
|
||||
logoText="Boros Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
{
|
||||
label: "Bnachii, North Lebanon",
|
||||
href: "#",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Our Menu", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "About O-Menu",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Boros Cafe"
|
||||
copyrightText="© 2024 Boros Cafe. All rights reserved."
|
||||
copyrightText="© 2025 Boros Cafe. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user