Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-13 07:01:13 +00:00
2 changed files with 189 additions and 228 deletions

View File

@@ -12,7 +12,8 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { CalendarDays, CookingPot, Leaf } from "lucide-react";
import { CalendarDays, CookingPot, Leaf, MessageCircleMore, Phone, MapPin } from "lucide-react";
import Link from 'next/link';
export default function LandingPage() {
return (
@@ -33,25 +34,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Ellori The Green Kitchen"
/>
@@ -60,16 +51,13 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Fresh Green Delicious Premium Dining Redefined"
description="Experience farm-to-table vegetarian cuisine crafted with organic ingredients in an elegant, welcoming atmosphere. Where health meets indulgence at Ellori The Green Kitchen."
tagAnimation="none"
buttons={[
{
text: "View Menu & Reserve",
href: "#menu",
},
text: "View Menu & Reserve", href: "#menu"},
]}
buttonAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg?_wi=1"
@@ -77,48 +65,28 @@ export default function LandingPage() {
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg",
alt: "Smiling woman customer",
},
src: "http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg", alt: "Smiling woman customer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg",
alt: "Happy man customer",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg", alt: "Happy man customer"},
{
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg",
alt: "Satisfied lady dining",
},
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg", alt: "Satisfied lady dining"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-lovely-couple_23-2148060503.jpg",
alt: "Content gentleman enjoying meal",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-lovely-couple_23-2148060503.jpg", alt: "Content gentleman enjoying meal"},
{
src: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215911.jpg",
alt: "Delighted female diner",
},
src: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215911.jpg", alt: "Delighted female diner"},
]}
avatarText="Join our 10,000+ happy diners!"
marqueeItems={[
{
type: "text",
text: "100% Organic Ingredients",
},
type: "text", text: "100% Organic Ingredients"},
{
type: "text",
text: "Fresh Daily Harvest",
},
type: "text", text: "Fresh Daily Harvest"},
{
type: "text",
text: "Award-Winning Chefs",
},
type: "text", text: "Award-Winning Chefs"},
{
type: "text",
text: "Sustainable Practices",
},
type: "text", text: "Sustainable Practices"},
{
type: "text",
text: "Elegant Dining Experience",
},
type: "text", text: "Elegant Dining Experience"},
]}
/>
</div>
@@ -130,19 +98,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
label: "Organic Sourced Farms",
value: "100%",
},
label: "Organic Sourced Farms", value: "100%"},
{
icon: CalendarDays,
label: "Daily Harvest",
value: "Every Day",
},
label: "Daily Harvest", value: "Every Day"},
{
icon: CookingPot,
label: "Expert Chefs",
value: "Decades",
},
label: "Expert Chefs", value: "Decades"},
]}
metricsAnimation="slide-up"
/>
@@ -155,20 +117,11 @@ export default function LandingPage() {
description="Discover what makes our culinary experience truly exceptional, from our ingredients to our inviting atmosphere and meticulous preparation."
accordionItems={[
{
id: "f1",
title: "Farm-to-Table Philosophy",
content: "We partner with local organic farms to bring you the freshest, seasonal ingredients straight to your plate, ensuring peak flavor and nutrition.",
},
id: "f1", title: "Farm-to-Table Philosophy", content: "We partner with local organic farms to bring you the freshest, seasonal ingredients straight to your plate, ensuring peak flavor and nutrition."},
{
id: "f2",
title: "Hand-Picked Organic Produce",
content: "Every vegetable, fruit, and herb is meticulously selected for quality and purity, free from pesticides and harmful chemicals.",
},
id: "f2", title: "Hand-Picked Organic Produce", content: "Every vegetable, fruit, and herb is meticulously selected for quality and purity, free from pesticides and harmful chemicals."},
{
id: "f3",
title: "Hygiene & Preparation Standards",
content: "Our kitchen adheres to the highest hygiene standards, and our chefs are trained in crafting delicious meals with utmost care and precision.",
},
id: "f3", title: "Hygiene & Preparation Standards", content: "Our kitchen adheres to the highest hygiene standards, and our chefs are trained in crafting delicious meals with utmost care and precision."},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-round-plate-cut-vegetables-white-surface_140725-63064.jpg?_wi=1"
imageAlt="Fresh organic vegetables and chef's hands preparing food"
@@ -185,47 +138,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "p1",
name: "Ellori Green Salad",
price: "₹450",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-quinoa-salad-with-avocado-cherry-tomatoes_23-2152010315.jpg?_wi=1",
imageAlt: "Gourmet healthy salad bowl with fresh greens",
},
id: "p1", name: "Ellori Green Salad", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/healthy-quinoa-salad-with-avocado-cherry-tomatoes_23-2152010315.jpg?_wi=1", imageAlt: "Gourmet healthy salad bowl with fresh greens"},
{
id: "p2",
name: "Creamy Lentil Delight",
price: "₹380",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-bell-peppers-garlic-onion_140725-72418.jpg?_wi=1",
imageAlt: "Hearty lentil soup bowl with fresh herbs",
},
id: "p2", name: "Creamy Lentil Delight", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-bell-peppers-garlic-onion_140725-72418.jpg?_wi=1", imageAlt: "Hearty lentil soup bowl with fresh herbs"},
{
id: "p3",
name: "Spiced Paneer Tikka",
price: "₹520",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg?_wi=1",
imageAlt: "Spicy paneer tikka skewers with mint chutney",
},
id: "p3", name: "Spiced Paneer Tikka", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg?_wi=1", imageAlt: "Spicy paneer tikka skewers with mint chutney"},
{
id: "p4",
name: "Vegetable Royal Biryani",
price: "₹600",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-circular-plate-with-spices-vegetable-white-surface_23-2148097291.jpg",
imageAlt: "Aromatic vegetable biryani with raita garnish",
},
id: "p4", name: "Vegetable Royal Biryani", price: "₹600", imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-circular-plate-with-spices-vegetable-white-surface_23-2148097291.jpg", imageAlt: "Aromatic vegetable biryani with raita garnish"},
{
id: "p5",
name: "Seasonal Pasta Primavera",
price: "₹550",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fettuccine-pasta-wooden-table_23-2148305665.jpg",
imageAlt: "Fresh pasta primavera with seasonal vegetables",
},
id: "p5", name: "Seasonal Pasta Primavera", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fettuccine-pasta-wooden-table_23-2148305665.jpg", imageAlt: "Fresh pasta primavera with seasonal vegetables"},
{
id: "p6",
name: "Chef's Dessert Platter",
price: "₹700",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-with-figs-nuts_23-2148352368.jpg",
imageAlt: "Assorted vegetarian dessert platter",
},
id: "p6", name: "Chef's Dessert Platter", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-with-figs-nuts_23-2148352368.jpg", imageAlt: "Assorted vegetarian dessert platter"},
]}
title="Our Signature Menu"
description="Explore a delightful array of vegetarian and vegan creations, crafted with passion and inspired by global flavors, always with a focus on fresh, organic ingredients."
@@ -238,65 +161,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Priya Sharma",
date: "March 2024",
title: "A Culinary Revelation",
quote: "Ellori's farm-to-table approach truly shines. Every dish is a masterpiece of fresh, organic ingredients and exquisite flavors. Highly recommend the Green Salad!",
tag: "Delighted Diner",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-purple-sweater-skirt_1303-17499.jpg",
avatarAlt: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg?_wi=2",
imageAlt: "professional woman smiling corporate headshot",
},
id: "t1", name: "Priya Sharma", date: "March 2024", title: "A Culinary Revelation", quote: "Ellori's farm-to-table approach truly shines. Every dish is a masterpiece of fresh, organic ingredients and exquisite flavors. Highly recommend the Green Salad!", tag: "Delighted Diner", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-purple-sweater-skirt_1303-17499.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-herbs-salad-with-mixed-vegetables_114579-2161.jpg?_wi=2", imageAlt: "professional woman smiling corporate headshot"},
{
id: "t2",
name: "Rahul Singh",
date: "February 2024",
title: "Unmatched Vegetarian Experience",
quote: "As a vegetarian, I'm always looking for innovative cuisine. Ellori delivered beyond expectations. The Vegetable Biryani was simply divine.",
tag: "Food Enthusiast",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg",
avatarAlt: "Rahul Singh",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-round-plate-cut-vegetables-white-surface_140725-63064.jpg?_wi=2",
imageAlt: "professional woman smiling corporate headshot",
},
id: "t2", name: "Rahul Singh", date: "February 2024", title: "Unmatched Vegetarian Experience", quote: "As a vegetarian, I'm always looking for innovative cuisine. Ellori delivered beyond expectations. The Vegetable Biryani was simply divine.", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", avatarAlt: "Rahul Singh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-round-plate-cut-vegetables-white-surface_140725-63064.jpg?_wi=2", imageAlt: "professional woman smiling corporate headshot"},
{
id: "t3",
name: "Anjali Mehta",
date: "January 2024",
title: "Elegant Ambiance, Exceptional Food",
quote: "The ambiance at Ellori is so peaceful and elegant, perfectly complementing the delicious food. Their dessert platter is a must-try!",
tag: "Regular Patron",
avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1760.jpg",
avatarAlt: "Anjali Mehta",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-quinoa-salad-with-avocado-cherry-tomatoes_23-2152010315.jpg?_wi=2",
imageAlt: "professional woman smiling corporate headshot",
},
id: "t3", name: "Anjali Mehta", date: "January 2024", title: "Elegant Ambiance, Exceptional Food", quote: "The ambiance at Ellori is so peaceful and elegant, perfectly complementing the delicious food. Their dessert platter is a must-try!", tag: "Regular Patron", avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1760.jpg", avatarAlt: "Anjali Mehta", imageSrc: "http://img.b2bpic.net/free-photo/healthy-quinoa-salad-with-avocado-cherry-tomatoes_23-2152010315.jpg?_wi=2", imageAlt: "professional woman smiling corporate headshot"},
{
id: "t4",
name: "Vikram Patel",
date: "December 2023",
title: "My Go-To for Healthy Dining",
quote: "Ellori has become my favorite spot in Chhatrapati Sambhajinagar for healthy yet indulgent meals. The quality is consistently superb and the staff are wonderful.",
tag: "Health Conscious",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-camera-against-grey-wall_23-2148130316.jpg",
avatarAlt: "Vikram Patel",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-bell-peppers-garlic-onion_140725-72418.jpg?_wi=2",
imageAlt: "professional woman smiling corporate headshot",
},
id: "t4", name: "Vikram Patel", date: "December 2023", title: "My Go-To for Healthy Dining", quote: "Ellori has become my favorite spot in Chhatrapati Sambhajinagar for healthy yet indulgent meals. The quality is consistently superb and the staff are wonderful.", tag: "Health Conscious", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-camera-against-grey-wall_23-2148130316.jpg", avatarAlt: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-bell-peppers-garlic-onion_140725-72418.jpg?_wi=2", imageAlt: "professional woman smiling corporate headshot"},
{
id: "t5",
name: "Smita Reddy",
date: "November 2023",
title: "A True Green Gem",
quote: "From the fresh ingredients to the impeccable service, Ellori truly embodies its 'Green Kitchen' name. A delightful culinary journey every time.",
tag: "Local Guide",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
avatarAlt: "Smita Reddy",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg?_wi=2",
imageAlt: "professional woman smiling corporate headshot",
},
id: "t5", name: "Smita Reddy", date: "November 2023", title: "A True Green Gem", quote: "From the fresh ingredients to the impeccable service, Ellori truly embodies its 'Green Kitchen' name. A delightful culinary journey every time.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Smita Reddy", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg?_wi=2", imageAlt: "professional woman smiling corporate headshot"},
]}
title="What Our Valued Guests Say"
description="Hear from our delighted patrons about their unforgettable dining experiences, celebrating the flavors and ambiance of Ellori."
@@ -310,14 +183,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Organic India Certified",
"Green Restaurant Award",
"Local Foodie's Choice",
"Health & Wellness Magazine",
"Chhatrapati Best Dining",
"Farm Fresh Alliance",
"Eco-Friendly Eatery",
]}
"Organic India Certified", "Green Restaurant Award", "Local Foodie's Choice", "Health & Wellness Magazine", "Chhatrapati Best Dining", "Farm Fresh Alliance", "Eco-Friendly Eatery"]}
title="Recognized for Culinary Excellence"
description="Proudly acknowledged by esteemed organizations and culinary critics for our commitment to organic quality and exceptional dining experiences."
tagAnimation="none"
@@ -332,25 +198,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do I make a reservation?",
content: "You can easily make a reservation through our website's 'Reserve' button, or by calling us directly at our contact number. We recommend booking in advance for weekends.",
},
id: "q1", title: "How do I make a reservation?", content: "You can easily make a reservation through our website's 'Reserve' button, or by calling us directly at our contact number. We recommend booking in advance for weekends."},
{
id: "q2",
title: "Do you offer vegan or gluten-free options?",
content: "Yes, we offer a wide range of vegan and gluten-free options. Please inform our staff about your dietary preferences or allergies when ordering.",
},
id: "q2", title: "Do you offer vegan or gluten-free options?", content: "Yes, we offer a wide range of vegan and gluten-free options. Please inform our staff about your dietary preferences or allergies when ordering."},
{
id: "q3",
title: "What are your opening hours?",
content: "Ellori The Green Kitchen is open from 11:00 AM to 10:30 PM, Monday to Sunday. We look forward to welcoming you!",
},
id: "q3", title: "What are your opening hours?", content: "Ellori The Green Kitchen is open from 11:00 AM to 10:30 PM, Monday to Sunday. We look forward to welcoming you!"},
{
id: "q4",
title: "Can I order online for delivery or takeout?",
content: "Absolutely! You can place online orders for both delivery and takeout directly from our 'View Menu & Reserve' button on the home page.",
},
id: "q4", title: "Can I order online for delivery or takeout?", content: "Absolutely! You can place online orders for both delivery and takeout directly from our 'View Menu & Reserve' button on the home page."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common queries about Ellori The Green Kitchen, our menu, reservations, and more."
@@ -364,21 +218,16 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
tagAnimation="none"
title="Reserve Your Table or Order Online"
description="Ready to savor the taste of fresh, premium vegetarian cuisine? Book your experience with us or place an order for convenient delivery or pickup."
buttons={[
{
text: "Make a Reservation",
href: "#",
},
text: "Make a Reservation", href: "#"},
{
text: "Order Now",
href: "#",
},
text: "Order Now", href: "#"},
]}
buttonAnimation="none"
/>
@@ -389,54 +238,33 @@ export default function LandingPage() {
logoText="Ellori The Green Kitchen"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
title: "Dine With Us",
items: [
title: "Dine With Us", items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Online Ordering",
href: "#contact",
},
label: "Online Ordering", href: "#contact"},
{
label: "Directions",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
label: "Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp Business",
href: "https://wa.me/YourWhatsAppNumber",
},
label: "WhatsApp Business", href: "https://wa.me/YourWhatsAppNumber"},
{
label: "Email Us",
href: "mailto:info@ellori.com",
},
label: "Email Us", href: "mailto:info@ellori.com"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}
@@ -444,6 +272,29 @@ export default function LandingPage() {
/>
</div>
</ReactLenis>
{/* Mobile Sticky Order/Reserve Bar */}
<div className="fixed bottom-0 left-0 right-0 z-[9998] bg-card p-4 shadow-lg sm:hidden flex justify-around items-center">
<Link href="#contact" className="w-1/2 p-3 text-center bg-primary-cta text-primary-cta-foreground rounded-md mx-1 font-semibold text-lg transition-colors duration-300 hover:bg-primary-cta/90">
Order Now
</Link>
<Link href="#contact" className="w-1/2 p-3 text-center bg-secondary-cta text-secondary-cta-foreground rounded-md mx-1 font-semibold text-lg transition-colors duration-300 hover:bg-secondary-cta/90">
Reserve Table
</Link>
</div>
{/* Mobile Floating Action Buttons */}
<div className="fixed bottom-28 right-4 z-[9999] flex flex-col gap-3 sm:hidden">
<Link href="https://wa.me/+1234567890" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp Us" className="p-3 bg-green-600 text-white rounded-full shadow-lg transition-transform duration-200 hover:scale-110">
<MessageCircleMore size={24} />
</Link>
<Link href="tel:+1234567890" aria-label="Call Us" className="p-3 bg-blue-600 text-white rounded-full shadow-lg transition-transform duration-200 hover:scale-110">
<Phone size={24} />
</Link>
<Link href="https://maps.app.goo.gl/YourGoogleMapsLink" target="_blank" rel="noopener noreferrer" aria-label="Get Directions" className="p-3 bg-red-600 text-white rounded-full shadow-lg transition-transform duration-200 hover:scale-110">
<MapPin size={24} />
</Link>
</div>
</ThemeProvider>
);
}

110
src/app/reserve/page.tsx Normal file
View File

@@ -0,0 +1,110 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function ReservePage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "/#menu" },
{ name: "About Us", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Reservation", id: "/reserve" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Ellori The Green Kitchen"
/>
</div>
<div id="reserve-hero" data-section="reserve-hero">
<HeroBillboard
background={{ variant: "plain" }}
title="Book Your Table at Ellori"
description="Plan your visit and experience premium vegetarian dining. While our online system is being developed, please contact us directly."
imageSrc="http://img.b2bpic.net/free-photo/table-set-restaurant_1203-1629.jpg"
imageAlt="Elegantly set restaurant table"
mediaAnimation="slide-up"
tag="Premium Reservations"
tagAnimation="none"
buttons={[]}
/>
</div>
<div id="reservation-form-placeholder" data-section="reservation-form-placeholder">
{/*
CRITICAL: A dedicated "Reservation System" component with Name, Phone, Guests, Date, Time,
and Special Request fields, plus confirmation animation, is not available in the current componentRegistry.
The system will need to be implemented using a custom form component or a more advanced form builder,
which is outside the scope of using existing registry components.
For now, we recommend contacting us directly for reservations.
*/}
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Direct Reservations"
tagAnimation="none"
title="Make Your Reservation Directly"
description="Please contact us by phone or email to book your table. Our team is ready to assist you in planning your perfect dining experience."
buttons={[
{ text: "Call Us Now", href: "tel:+1234567890" },
{ text: "Email Us", href: "mailto:reservations@ellori.com" },
]}
buttonAnimation="none"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Ellori The Green Kitchen"
columns={[
{
title: "Explore", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/#menu" },
{ label: "About Us", href: "/#about" },
{ label: "Reservation", href: "/reserve" },
],
},
{
title: "Dine With Us", items: [
{ label: "Reservations", href: "/reserve" },
{ label: "Online Ordering", href: "/#contact" },
{ label: "Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink" },
],
},
{
title: "Connect", items: [
{ label: "WhatsApp Business", href: "https://wa.me/YourWhatsAppNumber" },
{ label: "Email Us", href: "mailto:info@ellori.com" },
{ label: "Instagram", href: "#" },
],
},
]}
copyrightText="© 2024 Ellori The Green Kitchen. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}