Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-29 07:46:03 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
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="Gurunanak Punjabi Dhaba"
/>
@@ -53,41 +41,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
title="Authentic Punjabi Flavors, Family Warmth, Local Heart"
description="Experience rich, traditional North Indian cuisine in a welcoming dhaba atmosphere. From Veg Lehsuni Naan to Paneer Butter Masala, every dish is crafted with generations of flavor and served with genuine hospitality."
buttons={[
{
text: "Call Now to Order",
href: "tel:+919999999999",
},
{ text: "Call Now to Order", href: "tel:+919999999999" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg",
imageAlt: "Authentic Punjabi dining atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
imageAlt: "Delicious Paneer dish presentation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pot-spices-near-food_23-2147930294.jpg",
imageAlt: "Warm dhaba style seating",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-copy-space_23-2148747659.jpg",
imageAlt: "Traditional North Indian spread",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-different-pakistan-goodies_23-2148821566.jpg",
imageAlt: "Freshly prepared Naan bread",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg",
imageAlt: "Aromatic vegetarian curry selection",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg", imageAlt: "Authentic Punjabi dining atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", imageAlt: "Delicious Paneer dish presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pot-spices-near-food_23-2147930294.jpg", imageAlt: "Warm dhaba style seating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-copy-space_23-2148747659.jpg", imageAlt: "Traditional North Indian spread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-different-pakistan-goodies_23-2148821566.jpg", imageAlt: "Freshly prepared Naan bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg", imageAlt: "Aromatic vegetarian curry selection" },
]}
/>
</div>
@@ -97,9 +63,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Taste of Tradition in Lambha"
description={[
"Gurunanak Punjabi Dhaba brings the true essence of North India to the heart of Ahmedabad. We believe in food that feels like home, prepared with fresh, locally sourced vegetables and a pinch of love.",
"Whether you're planning a family dinner or looking for a comforting lunch, our doors are always open. We strive to provide a space where flavors and memories are crafted together.",
]}
"Gurunanak Punjabi Dhaba brings the true essence of North India to the heart of Ahmedabad. We believe in food that feels like home, prepared with fresh, locally sourced vegetables and a pinch of love.", "Whether you're planning a family dinner or looking for a comforting lunch, our doors are always open. We strive to provide a space where flavors and memories are crafted together."]}
/>
</div>
@@ -110,24 +74,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Paneer Butter Masala",
price: "₹220",
imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-cod-fish-dish-with-relish-spinach-white-bowl_181624-42819.jpg",
},
{
id: "p2",
name: "Veg Lehsuni Naan",
price: "₹60",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033994.jpg",
},
{
id: "p3",
name: "Special Dal Makhani",
price: "₹180",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-oriental-food-with-tomatoes_23-2148294991.jpg",
},
{ id: "p1", name: "Paneer Butter Masala", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-cod-fish-dish-with-relish-spinach-white-bowl_181624-42819.jpg" },
{ id: "p2", name: "Veg Lehsuni Naan", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033994.jpg" },
{ id: "p3", name: "Special Dal Makhani", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-oriental-food-with-tomatoes_23-2148294991.jpg" },
]}
title="Signature Dhaba Favorites"
description="Discover our crowd-favorite dishes, prepared using authentic traditional recipes."
@@ -136,44 +85,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rajesh Mehta",
role: "Local Resident",
testimonial: "The best paneer butter masala in Lambha! Feels exactly like homemade food.",
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-having-good-time_23-2148395358.jpg?_wi=1",
},
id: "1", name: "Rajesh Mehta", role: "Local Resident", testimonial: "The best paneer butter masala in Lambha! Feels exactly like homemade food.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-having-good-time_23-2148395358.jpg"},
{
id: "2",
name: "Priya Sharma",
role: "Student",
testimonial: "Quick service and great portions. Perfect for my lunch breaks.",
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg?_wi=1",
},
id: "2", name: "Priya Sharma", role: "Student", testimonial: "Quick service and great portions. Perfect for my lunch breaks.", imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg"},
{
id: "3",
name: "Amit Patel",
role: "Father",
testimonial: "A very family-friendly place. My kids love the naan bread here.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-have-dinner-with-pasta-salads-cheese-plate-pickles-olives_140725-8974.jpg",
},
id: "3", name: "Amit Patel", role: "Father", testimonial: "A very family-friendly place. My kids love the naan bread here.", imageSrc: "http://img.b2bpic.net/free-photo/couple-have-dinner-with-pasta-salads-cheese-plate-pickles-olives_140725-8974.jpg"},
{
id: "4",
name: "Sanjay Vyas",
role: "Regular Guest",
testimonial: "Consistently great taste. Authentic Punjabi spices done just right.",
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg?_wi=2",
},
id: "4", name: "Sanjay Vyas", role: "Regular Guest", testimonial: "Consistently great taste. Authentic Punjabi spices done just right.", imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg"},
{
id: "5",
name: "Anita Desai",
role: "Family Diner",
testimonial: "The warm atmosphere and fresh food make this our go-to place every weekend.",
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-having-good-time_23-2148395358.jpg?_wi=2",
},
id: "5", name: "Anita Desai", role: "Family Diner", testimonial: "The warm atmosphere and fresh food make this our go-to place every weekend.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-having-good-time_23-2148395358.jpg"},
]}
title="Words from Our Family"
description="See what our diners say about their experiences at Gurunanak Punjabi Dhaba."
@@ -186,20 +111,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Is your restaurant fully vegetarian?",
content: "Yes, we are a 100% vegetarian North Indian restaurant.",
},
id: "q1", title: "Is your restaurant fully vegetarian?", content: "Yes, we are a 100% vegetarian North Indian restaurant."},
{
id: "q2",
title: "Do you offer home delivery?",
content: "Yes, we provide home delivery services within the Lambha area. Call us to place your order.",
},
id: "q2", title: "Do you offer home delivery?", content: "Yes, we provide home delivery services within the Lambha area. Call us to place your order."},
{
id: "q3",
title: "Is there parking available?",
content: "Yes, we have convenient parking space available for our diners.",
},
id: "q3", title: "Is there parking available?", content: "Yes, we have convenient parking space available for our diners."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining with us."
@@ -211,8 +127,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Book Your Table"
description="Planning to visit? Give us a call or visit us for a memorable authentic meal."
@@ -223,25 +138,17 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "Lambha, Ahmedabad, Gujarat",
href: "#",
},
label: "Lambha, Ahmedabad, Gujarat", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}