Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-17 08:31:42 +00:00

View File

@@ -25,94 +25,94 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Tharka"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Tharka"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Taste the Royal Essence of Jaipur"
description="Experience authentic Indian flavors in a refined, luxury setting at Tharka Restaurant & Cafe. Open daily for your culinary pleasure."
testimonials={[
{ name: "Ananya Sharma", handle: "@ananyas", testimonial: "The best dining experience in Jaipur!", rating: 5 },
{ name: "Rahul Verma", handle: "@rahulv", testimonial: "Authentic flavors and top-tier hospitality.", rating: 5 },
{ name: "Priya Gupta", handle: "@priyag", testimonial: "The navy and gold interior gives it such a premium vibe.", rating: 5 }
]}
buttons={[{ text: "Book a Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Taste the Royal Essence of Jaipur"
description="Experience authentic Indian flavors in a refined, luxury setting at Tharka Restaurant & Cafe. Open daily for your culinary pleasure."
testimonials={[
{ name: "Ananya Sharma", handle: "@ananyas", testimonial: "The best dining experience in Jaipur!", rating: 5 },
{ name: "Rahul Verma", handle: "@rahulv", testimonial: "Authentic flavors and top-tier hospitality.", rating: 5 },
{ name: "Priya Gupta", handle: "@priyag", testimonial: "The navy and gold interior gives it such a premium vibe.", rating: 5 }
]}
buttons={[{ text: "Book a Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "Crafting Culinary Traditions" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-chef-carefully-pouring-sauce-dish_23-2148763167.jpg", alt: "Chef at work" },
{ type: "text", content: "at Tharka" },
]}
buttons={[{ text: "Learn More", href: "#about" }]
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "Crafting Culinary Traditions" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-chef-carefully-pouring-sauce-dish_23-2148763167.jpg", alt: "Chef at work" },
{ type: "text", content: "at Tharka" },
]}
buttons={[{ text: "Learn More", href: "#about" }]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
title="Our Special Menu"
description="A collection of fine dishes prepared with secret recipes from our kitchen."
products={[
{ id: "1", brand: "Classic", name: "Shahi Paneer", price: "₹499", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-ihf4si3q.png" },
{ id: "2", brand: "Traditional", name: "Murgh Makhani", price: "₹699", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-sw46han2.png" },
{ id: "3", brand: "Bread", name: "Butter Naan", price: "₹199", rating: 4, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-39cl03nc.png" },
{ id: "4", brand: "Sweet", name: "Gulab Jamun", price: "₹249", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-l937ev5g.png" }
]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
title="Our Special Menu"
description="A collection of fine dishes prepared with secret recipes from our kitchen."
products={[
{ id: "1", brand: "Classic", name: "Shahi Paneer", price: "₹499", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-ihf4si3q.png" },
{ id: "2", brand: "Traditional", name: "Murgh Makhani", price: "₹699", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-sw46han2.png" },
{ id: "3", brand: "Bread", name: "Butter Naan", price: "₹199", rating: 4, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-39cl03nc.png" },
{ id: "4", brand: "Sweet", name: "Gulab Jamun", price: "₹249", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-l937ev5g.png" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="split"
useInvertedBackground={true}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "Operating hours?", content: "10:30 am to 10:30 pm daily." },
{ id: "2", title: "Location?", content: "Plot No. 08 R.K. Nagar, Jaipur." }
]}
title="Common Questions"
description="Find answers to your queries about our restaurant and services."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="split"
useInvertedBackground={true}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "Operating hours?", content: "10:30 am to 10:30 pm daily." },
{ id: "2", title: "Location?", content: "Plot No. 08 R.K. Nagar, Jaipur." }
]}
title="Common Questions"
description="Find answers to your queries about our restaurant and services."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "canvas-reveal" }}
text="Book your table via WhatsApp at 09309434993."
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/919309434993" }]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "canvas-reveal" }}
text="Book your table via WhatsApp at 09309434993."
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/919309434993" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Tharka Restaurant"
columns={[{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Tharka Restaurant"
columns={[{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] }]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);