Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-14 14:22:47 +00:00

View File

@@ -14,279 +14,131 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="largeSmall"
background="grid"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="largeSmall"
background="grid"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Mezbaan"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Mezbaan"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
title="Welcome to Secular House Canteen"
description="Experience authentic flavors and culinary traditions at Mezbaan Restaurant. Serving excellence daily."
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg"
imageAlt="Secular House Canteen exterior view"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Welcome to Secular House Canteen"
description="Experience authentic flavors and culinary traditions at Mezbaan Restaurant. Serving excellence daily."
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg"
imageAlt="Secular House Canteen exterior view"
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="Our Culinary Heritage"
description={[
"Founded on principles of community and quality, Secular House Canteen brings a fusion of traditional recipes and modern hospitality.",
"We strive to create an inclusive space where food brings people together.",
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="Our Culinary Heritage"
description={[
"Founded on principles of community and quality, Secular House Canteen brings a fusion of traditional recipes and modern hospitality.", "We strive to create an inclusive space where food brings people together."]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Traditional Biryani",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg",
},
{
id: "2",
name: "Fusion Tandoori Platter",
price: "$24",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg",
},
{
id: "3",
name: "Rustic Lentil Stew",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg",
},
{
id: "4",
name: "Spiced Seasonal Greens",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg",
},
{
id: "5",
name: "House Special Dessert",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-parmesan-cheese-from-cheese-plate_140725-10808.jpg",
},
{
id: "6",
name: "Fresh Spiced Tea",
price: "$5",
imageSrc: "http://img.b2bpic.net/free-photo/head-chef-stands-kitchen-counter-chopping-vegetables_482257-121176.jpg",
},
]}
title="Chef's Signature Dishes"
description="Savor the unique blend of spices and fresh, locally sourced ingredients in every dish."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "Traditional Biryani", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg" },
{ id: "2", name: "Fusion Tandoori Platter", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" },
{ id: "3", name: "Rustic Lentil Stew", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg" },
{ id: "4", name: "Spiced Seasonal Greens", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg" },
{ id: "5", name: "House Special Dessert", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-parmesan-cheese-from-cheese-plate_140725-10808.jpg" },
{ id: "6", name: "Fresh Spiced Tea", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/head-chef-stands-kitchen-counter-chopping-vegetables_482257-121176.jpg" },
]}
title="Chef's Signature Dishes"
description="Savor the unique blend of spices and fresh, locally sourced ingredients in every dish."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Aman Gupta",
role: "Food Blogger",
company: "FlavorQuest",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
},
{
id: "2",
name: "Sarah Miller",
role: "Architect",
company: "StudioOne",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/would-you-like-some-salad-dear_637285-12955.jpg",
},
{
id: "3",
name: "John Doe",
role: "Designer",
company: "CreativeEdge",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg",
},
{
id: "4",
name: "Maria Rossi",
role: "Teacher",
company: "PublicSchool",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg",
},
{
id: "5",
name: "David Wilson",
role: "Manager",
company: "CorporatePlus",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-indoor-portrait-young-trendy-hipster-blonde-woman-posing-modern-hipster-cafe-morning-breakfast-time_291049-1630.jpg",
},
]}
kpiItems={[
{
value: "4.9/5",
label: "Average Rating",
},
{
value: "1.2k+",
label: "Happy Guests",
},
{
value: "15+",
label: "Years Tradition",
},
]}
title="What Our Guests Say"
description="Authentic feedback from those who have enjoyed the Mezbaan experience."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Aman Gupta", role: "Food Blogger", company: "FlavorQuest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
{ id: "2", name: "Sarah Miller", role: "Architect", company: "StudioOne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/would-you-like-some-salad-dear_637285-12955.jpg" },
{ id: "3", name: "John Doe", role: "Designer", company: "CreativeEdge", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg" },
{ id: "4", name: "Maria Rossi", role: "Teacher", company: "PublicSchool", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg" },
{ id: "5", name: "David Wilson", role: "Manager", company: "CorporatePlus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-indoor-portrait-young-trendy-hipster-blonde-woman-posing-modern-hipster-cafe-morning-breakfast-time_291049-1630.jpg" },
]}
kpiItems={[
{ value: "4.9/5", label: "Average Rating" },
{ value: "1.2k+", label: "Happy Guests" },
{ value: "15+", label: "Years Tradition" },
]}
title="What Our Guests Say"
description="Authentic feedback from those who have enjoyed the Mezbaan experience."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you accept reservations?",
content: "Yes, we encourage reservations for weekend dining.",
},
{
id: "2",
title: "Do you offer vegan options?",
content: "We have a wide range of plant-based dishes on our menu.",
},
{
id: "3",
title: "Are you pet friendly?",
content: "Our patio area is pet-friendly.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/image-excited-asian-female-barista-looking-surprised-pointing-smth-cafe-standing-near_1258-199214.jpg"
mediaAnimation="blur-reveal"
title="Frequently Asked Questions"
description="Everything you need to know about dining at Secular House Canteen."
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you accept reservations?", content: "Yes, we encourage reservations for weekend dining." },
{ id: "2", title: "Do you offer vegan options?", content: "We have a wide range of plant-based dishes on our menu." },
{ id: "3", title: "Are you pet friendly?", content: "Our patio area is pet-friendly." },
]}
imageSrc="http://img.b2bpic.net/free-photo/image-excited-asian-female-barista-looking-surprised-pointing-smth-cafe-standing-near_1258-199214.jpg"
mediaAnimation="blur-reveal"
title="Frequently Asked Questions"
description="Everything you need to know about dining at Secular House Canteen."
faqsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch"
description="Have questions or want to host a private event? Send us a message."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us more...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/adorable-couple-sitting-cafe_23-2148422331.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch"
description="Have questions or want to host a private event? Send us a message."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "message", placeholder: "Tell us more...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/adorable-couple-sitting-cafe_23-2148422331.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About Us",
href: "#about",
},
],
},
{
items: [
{
label: "Our Menu",
href: "#menu",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoText="Mezbaan"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }] },
{ items: [{ label: "Our Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Mezbaan"
/>
</div>
</ReactLenis>
</ThemeProvider>
);