Merge version_1 into main #1
237
src/app/page.tsx
237
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Desi Tadka"
|
||||
/>
|
||||
@@ -57,37 +45,16 @@ export default function LandingPage() {
|
||||
title="Experience Authentic Flavors at Desi Tadka"
|
||||
description="Your favorite family garden restaurant for delicious, authentic dishes in a serene and welcoming atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue2n63"
|
||||
avatars={[
|
||||
{
|
||||
src: "asset://hero-avatar-1",
|
||||
alt: "Happy regular customer",
|
||||
},
|
||||
{
|
||||
src: "asset://hero-avatar-2",
|
||||
alt: "Dining guest portrait",
|
||||
},
|
||||
{
|
||||
src: "asset://hero-avatar-3",
|
||||
alt: "Family at restaurant",
|
||||
},
|
||||
{
|
||||
src: "asset://hero-avatar-4",
|
||||
alt: "Satisfied diner",
|
||||
},
|
||||
{
|
||||
src: "asset://hero-avatar-5",
|
||||
alt: "Smiling patron",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue2n63", alt: "Happy regular customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue2n63", alt: "Dining guest portrait" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue2n63", alt: "Family at restaurant" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue2n63", alt: "Satisfied diner" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue2n63", alt: "Smiling patron" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ local foodies"
|
||||
/>
|
||||
@@ -97,15 +64,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Tradition Meets Garden Elegance",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvksau",
|
||||
alt: "Restaurant Interior",
|
||||
},
|
||||
{ type: "text", content: "Tradition Meets Garden Elegance" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvksau", alt: "Restaurant Interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,48 +77,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chicken Curry",
|
||||
price: "₹350",
|
||||
variant: "Spicy",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txw3gb",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Veg Biryani",
|
||||
price: "₹280",
|
||||
variant: "Mild",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7q7z6q",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tandoori Platter",
|
||||
price: "₹450",
|
||||
variant: "Grilled",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e5d6i0",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Paneer Masala",
|
||||
price: "₹320",
|
||||
variant: "Creamy",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bntoju",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garlic Naan",
|
||||
price: "₹60",
|
||||
variant: "Side",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kmvdwo",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹90",
|
||||
variant: "Dessert",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mfkns5",
|
||||
},
|
||||
{ id: "p1", name: "Chicken Curry", price: "₹350", variant: "Spicy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txw3gb" },
|
||||
{ id: "p2", name: "Veg Biryani", price: "₹280", variant: "Mild", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7q7z6q" },
|
||||
{ id: "p3", name: "Tandoori Platter", price: "₹450", variant: "Grilled", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e5d6i0" },
|
||||
{ id: "p4", name: "Paneer Masala", price: "₹320", variant: "Creamy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bntoju" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of authentic indian delicacies prepared with fresh ingredients."
|
||||
@@ -171,24 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Garden Ambience",
|
||||
description: "Relax in our beautiful garden restaurant setting.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bpfln0",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Family Friendly",
|
||||
description: "Perfect space for family dinners and celebrations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nmwmg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Quick Delivery",
|
||||
description: "Get your favorite dishes delivered to your doorstep.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugf8vl",
|
||||
},
|
||||
{ id: "f1", title: "Garden Ambience", description: "Relax in our beautiful garden restaurant setting.", tag: "Ambiance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bpfln0" },
|
||||
{ id: "f2", title: "Family Friendly", description: "Perfect space for family dinners and celebrations.", tag: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nmwmg" },
|
||||
{ id: "f3", title: "Quick Delivery", description: "Get your favorite dishes delivered to your doorstep.", tag: "Logistics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugf8vl" },
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="We are committed to providing the best dining experience for our customers."
|
||||
@@ -201,41 +108,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul P.",
|
||||
role: "Foodie",
|
||||
testimonial: "Amazing food! The ambiance is perfect.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv54j9",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anjali S.",
|
||||
role: "Local",
|
||||
testimonial: "Great place for family outings. Loved the biryani.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0zx22",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vikram K.",
|
||||
role: "Regular",
|
||||
testimonial: "Consistently good quality and service.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ah2wk3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sunita M.",
|
||||
role: "Customer",
|
||||
testimonial: "The garden seating is so peaceful.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10stno",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Amit B.",
|
||||
role: "Visitor",
|
||||
testimonial: "Best paneer in town!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rrt875",
|
||||
},
|
||||
{ id: "t1", name: "Rahul P.", role: "Foodie", testimonial: "Amazing food! The ambiance is perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv54j9" },
|
||||
{ id: "t2", name: "Anjali S.", role: "Local", testimonial: "Great place for family outings. Loved the biryani.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0zx22" },
|
||||
{ id: "t3", name: "Vikram K.", role: "Regular", testimonial: "Consistently good quality and service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ah2wk3" },
|
||||
{ id: "t4", name: "Sunita M.", role: "Customer", testimonial: "The garden seating is so peaceful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10stno" },
|
||||
{ id: "t5", name: "Amit B.", role: "Visitor", testimonial: "Best paneer in town!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rrt875" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our happy customers who love our authentic food and great vibes."
|
||||
@@ -247,21 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open from 11 AM to 1 AM.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Yes, we provide fast delivery services.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is table reservation required?",
|
||||
content: "It is recommended, especially for weekends.",
|
||||
},
|
||||
{ id: "q1", title: "What are your opening hours?", content: "We are open from 11 AM to 1 AM." },
|
||||
{ id: "q2", title: "Do you offer home delivery?", content: "Yes, we provide fast delivery services." },
|
||||
{ id: "q3", title: "Is table reservation required?", content: "It is recommended, especially for weekends." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to some of the questions we get asked most often."
|
||||
@@ -273,15 +138,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Zomato",
|
||||
"Swiggy",
|
||||
"Dineout",
|
||||
"Google Maps",
|
||||
"EazyDiner",
|
||||
"MagicPin",
|
||||
"TripAdvisor",
|
||||
]}
|
||||
names={["Zomato", "Swiggy", "Dineout", "Google Maps", "EazyDiner", "MagicPin", "TripAdvisor"]}
|
||||
title="Trusted Partners"
|
||||
description="Our delivery and dining partners."
|
||||
/>
|
||||
@@ -290,18 +147,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to Dine with Us?"
|
||||
description="Visit us at Dighori Naka or give us a call to book your table."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 070664 45619",
|
||||
href: "tel:07066445619",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now: 070664 45619", href: "tel:07066445619" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -310,30 +160,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user