Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5eeeb54af9 | |||
| 88a1fd2635 |
268
src/app/page.tsx
268
src/app/page.tsx
@@ -28,22 +28,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Menu", id: "menu" },
|
||||||
},
|
{ name: "FAQ", id: "faq" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Tharka"
|
brandName="Tharka"
|
||||||
/>
|
/>
|
||||||
@@ -52,104 +41,17 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Taste the Royal Essence of Jaipur"
|
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."
|
description="Experience authentic Indian flavors in a refined, luxury setting at Tharka Restaurant & Cafe. Open daily for your culinary pleasure."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "Ananya Sharma", handle: "@ananyas", testimonial: "The best dining experience in Jaipur!", rating: 5 },
|
||||||
name: "Ananya Sharma",
|
{ name: "Rahul Verma", handle: "@rahulv", testimonial: "Authentic flavors and top-tier hospitality.", rating: 5 },
|
||||||
handle: "@ananyas",
|
{ name: "Priya Gupta", handle: "@priyag", testimonial: "The navy and gold interior gives it such a premium vibe.", rating: 5 }
|
||||||
testimonial: "The best dining experience in Jaipur! The ambiance is absolutely royal.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Rahul Verma",
|
|
||||||
handle: "@rahulv",
|
|
||||||
testimonial: "Authentic flavors and top-tier hospitality. Highly recommended.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Priya Gupta",
|
|
||||||
handle: "@priyag",
|
|
||||||
testimonial: "The navy and gold interior gives it such a premium vibe.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Amit Singh",
|
|
||||||
handle: "@amits",
|
|
||||||
testimonial: "Excellent service and the food is just divine.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Sneha Reddy",
|
|
||||||
handle: "@snehar",
|
|
||||||
testimonial: "A perfect place for a sophisticated family dinner.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-smartphone-searching-healthy-vegetarian-recipe-standing-near_1258-205091.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Book a Table",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "View Menu",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
|
||||||
alt: "Happy restaurant customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
|
|
||||||
alt: "Dining guest portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg",
|
|
||||||
alt: "Happy restaurant customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
|
||||||
alt: "Dining guest portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
|
||||||
alt: "Happy restaurant customer",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Royal Ambiance",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Authentic Spices",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Luxury Dining",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Jaipur's Finest",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Modern Traditions",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,26 +59,11 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Crafting Culinary Traditions" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-chef-carefully-pouring-sauce-dish_23-2148763167.jpg", alt: "Chef at work" },
|
||||||
content: "Crafting Culinary Traditions",
|
{ type: "text", content: "at Tharka" },
|
||||||
},
|
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -184,54 +71,17 @@ export default function LandingPage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
title="Our Special Menu"
|
||||||
|
description="Explore our curated selection of signature dishes inspired by the royal kitchens of India."
|
||||||
products={[
|
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: "1",
|
{ 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" },
|
||||||
name: "Royal Paneer Delight",
|
{ 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" },
|
||||||
price: "₹499",
|
{ 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" },
|
||||||
variant: "Vegetarian",
|
{ 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" }
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Mughlai Special Curry",
|
|
||||||
price: "₹699",
|
|
||||||
variant: "Non-Veg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-spices-near-rice-dish_23-2147894629.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Garlic Butter Naan Basket",
|
|
||||||
price: "₹199",
|
|
||||||
variant: "Side",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kutab-served-with-pomegranate-seeds-yogurt-pottery-jar_114579-1951.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Shahi Gulab Jamun",
|
|
||||||
price: "₹249",
|
|
||||||
variant: "Dessert",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-different-types-square-shaped-sweets-with-tea-wooden-tray_181624-36560.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Jaipuri Mint Cooler",
|
|
||||||
price: "₹150",
|
|
||||||
variant: "Beverage",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-mojito-top-view_114579-21831.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
name: "Tharka Spicy Special",
|
|
||||||
price: "₹599",
|
|
||||||
variant: "Non-Veg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Signature Specialties"
|
|
||||||
description="Hand-crafted delicacies prepared with traditional recipes and fresh local ingredients."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -239,88 +89,32 @@ export default function LandingPage() {
|
|||||||
<FaqBase
|
<FaqBase
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "1", title: "Operating hours?", content: "10:30 am to 10:30 pm daily." },
|
||||||
id: "1",
|
{ id: "2", title: "Location?", content: "Plot No. 08 R.K. Nagar, Jaipur." }
|
||||||
title: "What are your operating hours?",
|
|
||||||
content: "We are open 7 days a week, from 10:30 am to 10:30 pm.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Where is the restaurant located?",
|
|
||||||
content: "We are located at Plot No. 08 R.K. Nagar, Niwaru Rd, near Shalimar Chauraha, Jaipur, Rajasthan 302012.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "How can I book a table?",
|
|
||||||
content: "You can call us at 09309434993 or click the WhatsApp button on our site to connect directly.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
faqsAnimation="slide-up"
|
description="Find answers to your queries about our restaurant and services."
|
||||||
description="Get answers to frequently asked questions about our services and policies."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "canvas-reveal" }}
|
||||||
variant: "canvas-reveal",
|
text="Book your table via WhatsApp at 09309434993."
|
||||||
}}
|
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/919309434993" }]}
|
||||||
text="Visit us at Plot No. 08 R.K. Nagar, Niwaru Rd, Jaipur. Book your table via WhatsApp today at 09309434993."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "WhatsApp Us",
|
|
||||||
href: "https://wa.me/919309434993",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "View on Google Maps",
|
|
||||||
href: "https://www.google.com/maps/search/?api=1&query=Tharka+Restaurant+Jaipur",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Tharka Restaurant"
|
logoText="Tharka Restaurant"
|
||||||
columns={[
|
columns={[{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] }]}
|
||||||
{
|
|
||||||
title: "Quick Links",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Menu",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Info",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Timing: 10:30am - 10:30pm",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Jaipur, Rajasthan",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
copyrightText="© 2024 Tharka Restaurant & Cafe. All rights reserved."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user