Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-12 06:53:27 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Contact", id: "location" },
]}
button={{
text: "📞 Call Now", href: "tel:+919876543210"
text: "📞 Call Now", href: "tel:+919879486032"
}}
animateOnLoad={true}
/>
@@ -49,7 +49,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086031.jpg"
imageAlt="Authentic Kathiyawadi traditional cuisine served"
buttons={[
{ text: "📞 Call Now", href: "tel:+919876543210" },
{ text: "📞 Call Now", href: "tel:+919879486032" },
{
text: "📍 Get Directions", href: "https://maps.google.com/?q=Shree+Gopnath+Hotel+Kathiyawadi+Punjabi+Surat"
},
@@ -68,23 +68,23 @@ export default function LandingPage() {
reviewCount: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/traditional-flatbread-baking-hot-tandoor-oven_140725-3204.jpg", imageAlt: "Golden crispy bajra rotlo traditional millet bread"
},
{
id: "2", brand: "Kathiyawadi", name: "Sev Tameta", price: "₹120-150", rating: 5,
id: "2", brand: "Kathiyawadi", name: "Sev Tameta", price: "₹100-140", rating: 5,
reviewCount: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-sliced-with-sauce-seasonings-dark-surface-meal-sauce-food-dinner-soup-vegetable_140725-85748.jpg", imageAlt: "Sev tameta traditional tomato potato curry"
},
{
id: "3", brand: "Kathiyawadi", name: "Ringan Bhartu", price: "₹100-130", rating: 5,
id: "3", brand: "Kathiyawadi", name: "Ringan Bhartu", price: "₹90-120", rating: 5,
reviewCount: "Customer Favorite", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-condensed-milk-homemade-crepes-high-quality-photo_114579-44133.jpg", imageAlt: "Ringan bhartu smoked eggplant vegetable curry"
},
{
id: "4", brand: "Kathiyawadi", name: "Dahi Tikari", price: "₹80-100", rating: 5,
id: "4", brand: "Kathiyawadi", name: "Dahi Tikari", price: "₹70-100", rating: 5,
reviewCount: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/view-creamy-broccoli-soup-brown-bowl-different-spices-gray-table_140725-86495.jpg", imageAlt: "Dahi tikari yogurt vegetable traditional side"
},
{
id: "5", brand: "Kathiyawadi", name: "Nagli Papad", price: "₹30-50", rating: 5,
id: "5", brand: "Kathiyawadi", name: "Nagli Papad", price: "₹25-45", rating: 5,
reviewCount: "Unique Taste", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034001.jpg", imageAlt: "Nagli papad crispy millet traditional wafer"
},
{
id: "6", brand: "Kathiyawadi", name: "Dal Rice", price: "₹90-120", rating: 5,
id: "6", brand: "Kathiyawadi", name: "Dal Rice", price: "₹80-120", rating: 5,
reviewCount: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vermicelli-soup-with-greens-light-grey-table_140725-144072.jpg", imageAlt: "Dal rice traditional Indian comfort food"
},
]}
@@ -179,7 +179,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-serving-food-male-female-customers-table-cafe-hipster-pub_482257-18616.jpg"
},
items: [
{ icon: Phone, text: "+91 98765 43210" },
{ icon: Phone, text: "+91 98794 86032" },
{ icon: Clock, text: "11 AM - 10 PM" },
{ icon: MapPin, text: "Kamrej, Surat" },
],
@@ -217,11 +217,11 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "📞 Call: +91 98765 43210", href: "tel:+919876543210" },
{ label: "📞 Call: +91 98794 86032", href: "tel:+919879486032" },
{
label: "📍 Get Directions", href: "https://maps.google.com/?q=Shree+Gopnath+Hotel"
},
{ label: "💬 WhatsApp", href: "https://wa.me/919876543210" },
{ label: "💬 WhatsApp", href: "https://wa.me/919879486032" },
{ label: "📧 Email Us", href: "mailto:info@shreegopnath.com" },
],
},
@@ -230,7 +230,7 @@ export default function LandingPage() {
{ label: "Mon - Sun", href: "#" },
{ label: "11:00 AM - 10:00 PM", href: "#" },
{ label: "Closed on Holidays", href: "#" },
{ label: "Reserve Your Table", href: "tel:+919876543210" },
{ label: "Reserve Your Table", href: "tel:+919879486032" },
],
},
]}