Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Tharka"
|
||||
/>
|
||||
@@ -59,32 +49,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Savor Authenticity at Tharka"
|
||||
description="Experience the perfect blend of tradition and modern elegance in the heart of Jaipur. Join us for a culinary journey of authentic flavors."
|
||||
tag="Finest Dining in Jaipur"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg",
|
||||
imageAlt: "Luxury restaurant dining table elegant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Luxury restaurant dining table elegant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg",
|
||||
imageAlt: "Restaurant chef cooking gourmet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg",
|
||||
imageAlt: "Table setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg",
|
||||
imageAlt: "Wine glass",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glasses_1203-1742.jpg",
|
||||
imageAlt: "Wooden table with glasses",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg", imageAlt: "Restaurant chef cooking gourmet"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -97,9 +70,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
description={[
|
||||
"Located in R.K. Nagar, Tharka Restaurant & Cafe brings you the essence of Indian culinary traditions with a refined modern touch.",
|
||||
"Our mission is to provide an unforgettable dining experience where quality ingredients meet exceptional service in a sophisticated atmosphere.",
|
||||
]}
|
||||
"Located in R.K. Nagar, Tharka Restaurant & Cafe brings you the essence of Indian culinary traditions with a refined modern touch.", "Our mission is to provide an unforgettable dining experience where quality ingredients meet exceptional service in a sophisticated atmosphere."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,47 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Tharka Curry",
|
||||
price: "₹399",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-bowl_23-2148728099.jpg",
|
||||
},
|
||||
id: "1", name: "Signature Tharka Curry", price: "₹399", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-bowl_23-2148728099.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Royal Royal Biryani",
|
||||
price: "₹499",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg",
|
||||
},
|
||||
id: "2", name: "Royal Royal Biryani", price: "₹499", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Masala Refresher",
|
||||
price: "₹150",
|
||||
variant: "Cool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3491.jpg",
|
||||
},
|
||||
id: "3", name: "Masala Refresher", price: "₹150", variant: "Cool", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3491.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grilled Paneer Platter",
|
||||
price: "₹350",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-forks_140725-1908.jpg",
|
||||
},
|
||||
id: "4", name: "Grilled Paneer Platter", price: "₹350", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-forks_140725-1908.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Traditional Dal Tadka",
|
||||
price: "₹299",
|
||||
variant: "Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-served-white-plate_1304-4025.jpg",
|
||||
},
|
||||
id: "5", name: "Traditional Dal Tadka", price: "₹299", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-served-white-plate_1304-4025.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gulab Jamun Treat",
|
||||
price: "₹199",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-plate_23-2151973717.jpg",
|
||||
},
|
||||
id: "6", name: "Gulab Jamun Treat", price: "₹199", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-plate_23-2151973717.jpg"},
|
||||
]}
|
||||
title="Culinary Delights"
|
||||
description="Indulge in our carefully crafted menu, featuring locally sourced spices and fresh ingredients for a taste of pure tradition."
|
||||
@@ -160,38 +101,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Service",
|
||||
title: "Exceptional Staff",
|
||||
items: [
|
||||
"Warm hospitality",
|
||||
"Attentive service",
|
||||
"Expert knowledge",
|
||||
],
|
||||
id: "f1", label: "Service", title: "Exceptional Staff", items: [
|
||||
"Warm hospitality", "Attentive service", "Expert knowledge"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Quality",
|
||||
title: "Fresh Ingredients",
|
||||
items: [
|
||||
"Farm to table",
|
||||
"Local spices",
|
||||
"Organic produce",
|
||||
],
|
||||
id: "f2", label: "Quality", title: "Fresh Ingredients", items: [
|
||||
"Farm to table", "Local spices", "Organic produce"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Ambience",
|
||||
title: "Relaxing Setting",
|
||||
items: [
|
||||
"Comfortable seating",
|
||||
"Modern decor",
|
||||
"Ambient lighting",
|
||||
],
|
||||
id: "f3", label: "Ambience", title: "Relaxing Setting", items: [
|
||||
"Comfortable seating", "Modern decor", "Ambient lighting"],
|
||||
},
|
||||
]}
|
||||
title="Why Visit Tharka"
|
||||
@@ -206,26 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Consistently high ratings",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-golden-restaurant-logo-collection_23-2148377979.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Client Satisfaction", description: "Consistently high ratings", imageSrc: "http://img.b2bpic.net/free-vector/retro-golden-restaurant-logo-collection_23-2148377979.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Expert Chefs",
|
||||
description: "Highly trained culinary staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-plate-tableware_23-2147694061.jpg",
|
||||
},
|
||||
id: "m2", value: "15+", title: "Expert Chefs", description: "Highly trained culinary staff", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-plate-tableware_23-2147694061.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Daily Guests",
|
||||
description: "Served with pride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-emoji-front-side_187299-39686.jpg",
|
||||
},
|
||||
id: "m3", value: "500+", title: "Daily Guests", description: "Served with pride", imageSrc: "http://img.b2bpic.net/free-photo/smile-emoji-front-side_187299-39686.jpg"},
|
||||
]}
|
||||
title="Our Achievements"
|
||||
description="Quality defined in numbers."
|
||||
@@ -240,25 +149,15 @@ export default function LandingPage() {
|
||||
author="Ankit Sharma"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/disappointed-businessman-showing-small-size-grimacing-upset-little-income-standing-displeased-ag_1258-145012.jpg",
|
||||
alt: "Ankit Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/disappointed-businessman-showing-small-size-grimacing-upset-little-income-standing-displeased-ag_1258-145012.jpg", alt: "Ankit Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
|
||||
alt: "Priya Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", alt: "Priya Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg",
|
||||
alt: "Rahul Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", alt: "Rahul Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-businessman_1098-13382.jpg",
|
||||
alt: "Sonia Verma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/casual-businessman_1098-13382.jpg", alt: "Sonia Verma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096449.jpg",
|
||||
alt: "Amit Patel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096449.jpg", alt: "Amit Patel"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -271,20 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open from 10:30 am to 10:30 pm every Sunday.",
|
||||
},
|
||||
id: "q1", title: "What are your operating hours?", content: "We are open from 10:30 am to 10:30 pm every Sunday."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Where are you located?",
|
||||
content: "Plot No. 08 R.K. Nagar, Niwaru Rd, near Shalimar Chauraha, Jaipur, Rajasthan 302012.",
|
||||
},
|
||||
id: "q2", title: "Where are you located?", content: "Plot No. 08 R.K. Nagar, Niwaru Rd, near Shalimar Chauraha, Jaipur, Rajasthan 302012."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can we contact you?",
|
||||
content: "You can reach us directly at 09309434993.",
|
||||
},
|
||||
id: "q3", title: "How can we contact you?", content: "You can reach us directly at 09309434993."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our service."
|
||||
@@ -296,8 +186,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Join Our Mailing List"
|
||||
description="Stay updated on our special seasonal menus and events."
|
||||
@@ -311,33 +200,21 @@ export default function LandingPage() {
|
||||
logoText="Tharka"
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user