4 Commits

Author SHA1 Message Date
2f0edcfe0e Update src/app/page.tsx 2026-05-17 08:31:35 +00:00
9ac6eb615c Update src/app/page.tsx 2026-05-17 08:31:10 +00:00
6a14b7ba9a Merge version_2 into main
Merge version_2 into main
2026-05-17 08:28:21 +00:00
8f34729448 Merge version_2 into main
Merge version_2 into main
2026-05-17 08:27:54 +00:00

View File

@@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function LandingPage() {
return (
@@ -25,95 +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">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
title="Our Special Menu"
description="Explore our curated selection of signature dishes inspired by the royal kitchens of India."
products={[
{ id: "1", name: "Paneer Delight", price: "₹499", variant: "Veg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-ihf4si3q.png" },
{ id: "2", name: "Mughlai Special", price: "₹699", variant: "Non-Veg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-sw46han2.png" },
{ id: "3", name: "Naan Basket", price: "₹199", variant: "Sides", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-39cl03nc.png" },
{ id: "4", name: "Gulab Jamun", price: "₹249", variant: "Dessert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-l937ev5g.png" },
{ id: "5", name: "Mint Cooler", price: "₹150", variant: "Drink", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-1b1wvwhb.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>
);