Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52da8c60e2 |
203
src/app/page.tsx
203
src/app/page.tsx
@@ -3,10 +3,10 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
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 HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Boros Cafe"
|
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."
|
description="Experience artisanal flavors by the lake. From morning roasts to evening treats, discover the soul of North Lebanon's best cafe experience."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Menu",
|
text: "View Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Us",
|
text: "Visit Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a56sp"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a56sp"
|
||||||
imageAlt="Boros Cafe Ambiance"
|
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."
|
description="We blend traditional hospitality with modern culinary excellence to create moments that matter."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Fresh Ingredients", content: "We source the finest local produce to ensure every dish meets our high standard for quality."},
|
||||||
title: "Fresh Ingredients",
|
|
||||||
content: "We source the finest local produce to ensure every dish meets our high standard for quality.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Lake View Atmosphere", content: "Dine in a serene environment overlooking the beautiful Bnachii lake."},
|
||||||
title: "Lake View Atmosphere",
|
|
||||||
content: "Dine in a serene environment overlooking the beautiful Bnachii lake.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Artisanal Coffee", content: "Our baristas are masters of their craft, ensuring your morning cup is perfect."},
|
||||||
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=in91l5"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -106,19 +85,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Coffee,
|
icon: Coffee,
|
||||||
label: "Coffees Served",
|
label: "Coffees Served", value: "50k+"},
|
||||||
value: "50k+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Happy Guests",
|
label: "Happy Guests", value: "10k+"},
|
||||||
value: "10k+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Utensils,
|
icon: Utensils,
|
||||||
label: "Menu Items",
|
label: "Menu Items", value: "40+"},
|
||||||
value: "40+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -132,41 +105,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Classic Breakfast", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjl9bo"},
|
||||||
name: "Classic Breakfast",
|
|
||||||
price: "$12",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjl9bo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Artisan Sandwiches", price: "$8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1536qb"},
|
||||||
name: "Artisan Sandwiches",
|
|
||||||
price: "$8",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1536qb",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Fresh Pastries", price: "$5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q3l9pd"},
|
||||||
name: "Fresh Pastries",
|
|
||||||
price: "$5",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q3l9pd",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Specialty Coffee", price: "$4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ndjif1"},
|
||||||
name: "Specialty Coffee",
|
|
||||||
price: "$4",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ndjif1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Seasonal Fruit", price: "$7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cvp1z"},
|
||||||
name: "Seasonal Fruit",
|
|
||||||
price: "$7",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4cvp1z",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Homemade Cakes", price: "$6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jlxfxf"},
|
||||||
name: "Homemade Cakes",
|
|
||||||
price: "$6",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jlxfxf",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Menu"
|
title="Our Menu"
|
||||||
description="Hand-picked favorites crafted for your delight."
|
description="Hand-picked favorites crafted for your delight."
|
||||||
@@ -178,14 +127,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Local Growers",
|
"Local Growers", "Artisan Roasters", "Lake View Estate", "Community Friends", "Culinary Arts", "Fresh Food Union", "Hospitality Group"]}
|
||||||
"Artisan Roasters",
|
|
||||||
"Lake View Estate",
|
|
||||||
"Community Friends",
|
|
||||||
"Culinary Arts",
|
|
||||||
"Fresh Food Union",
|
|
||||||
"Hospitality Group",
|
|
||||||
]}
|
|
||||||
title="Trusted Partners"
|
title="Trusted Partners"
|
||||||
description="Collaborating with quality providers to bring you the best experience."
|
description="Collaborating with quality providers to bring you the best experience."
|
||||||
/>
|
/>
|
||||||
@@ -198,40 +140,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Loved by Guests"
|
||||||
description="What our community is saying about their time at Boros."
|
description="What our community is saying about their time at Boros."
|
||||||
@@ -239,70 +156,54 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<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}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Do you take reservations?", content: "Yes, we recommend reservations for weekends to guarantee your table."},
|
||||||
title: "Do you take reservations?",
|
|
||||||
content: "Yes, we recommend reservations for weekends.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Is parking available?", content: "Yes, ample parking is provided free of charge for our guests."},
|
||||||
title: "Is parking available?",
|
|
||||||
content: "Yes, ample parking is provided for our guests.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Are pets allowed?", content: "We are pet-friendly on our outdoor terrace area."},
|
||||||
title: "Are pets allowed?",
|
{
|
||||||
content: "We allow pets on our 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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<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}
|
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>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBaseReveal
|
||||||
|
logoText="Boros Cafe"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Locations",
|
title: "Navigation", items: [
|
||||||
items: [
|
{ label: "Home", href: "#hero" },
|
||||||
{
|
{ label: "Our Menu", href: "#menu" },
|
||||||
label: "Bnachii, North Lebanon",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Links",
|
title: "Company", items: [
|
||||||
items: [
|
{ label: "About", href: "#about" },
|
||||||
{
|
{ label: "Contact", href: "#contact" },
|
||||||
label: "About O-Menu",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact Us",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Boros Cafe"
|
copyrightText="© 2025 Boros Cafe. All rights reserved."
|
||||||
copyrightText="© 2024 Boros Cafe. All rights reserved."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user