Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 05:57:06 +00:00

View File

@@ -58,19 +58,19 @@ export default function LandingPage() {
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg", imageAlt: "Family dining at Shiv Shakti restaurant"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-psd/best-indian-food-poster_23-2151997398.jpg?_wi=1", imageAlt: "South Indian Thali with all traditional sides"
id: "2", imageSrc: "http://img.b2bpic.net/free-psd/best-indian-food-poster_23-2151997398.jpg", imageAlt: "South Indian Thali with all traditional sides"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-seasonings-dark-surface-food-dish-photo_140725-82477.jpg?_wi=1", imageAlt: "Crispy golden Masala Dosa"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-seasonings-dark-surface-food-dish-photo_140725-82477.jpg", imageAlt: "Crispy golden Masala Dosa"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-desk_140725-76932.jpg?_wi=1", imageAlt: "Rich Paneer Butter Masala"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-desk_140725-76932.jpg", imageAlt: "Rich Paneer Butter Masala"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg?_wi=1", imageAlt: "Aromatic Vegetable Biryani"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg", imageAlt: "Aromatic Vegetable Biryani"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg?_wi=1", imageAlt: "Soft steamed Idlis with Sambar"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg", imageAlt: "Soft steamed Idlis with Sambar"
}
]}
autoPlay={true}
@@ -92,22 +92,22 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Masala Dosa", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-seasonings-dark-surface-food-dish-photo_140725-82477.jpg?_wi=2", imageAlt: "Crispy golden dosa stuffed with flavorful potato masala"
id: "1", name: "Masala Dosa", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-seasonings-dark-surface-food-dish-photo_140725-82477.jpg", imageAlt: "Crispy golden dosa stuffed with flavorful potato masala"
},
{
id: "2", name: "Paneer Butter Masala", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-desk_140725-76932.jpg?_wi=2", imageAlt: "Soft paneer cubes cooked in a rich buttery tomato gravy"
id: "2", name: "Paneer Butter Masala", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-desk_140725-76932.jpg", imageAlt: "Soft paneer cubes cooked in a rich buttery tomato gravy"
},
{
id: "3", name: "South Indian Thali", price: "₹160", imageSrc: "http://img.b2bpic.net/free-psd/best-indian-food-poster_23-2151997398.jpg?_wi=2", imageAlt: "Complete meal with rice, sambar, rasam, vegetables, papad, curd, pickle, and dessert"
id: "3", name: "South Indian Thali", price: "₹160", imageSrc: "http://img.b2bpic.net/free-psd/best-indian-food-poster_23-2151997398.jpg", imageAlt: "Complete meal with rice, sambar, rasam, vegetables, papad, curd, pickle, and dessert"
},
{
id: "4", name: "Chole Bhature", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/condiments-around-chickpea-chicken-kebab_23-2147894712.jpg", imageAlt: "Spicy chickpea curry served with fluffy bhature"
},
{
id: "5", name: "Idli Sambar", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg?_wi=2", imageAlt: "Soft steamed idlis served with hot sambar and coconut chutney"
id: "5", name: "Idli Sambar", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg", imageAlt: "Soft steamed idlis served with hot sambar and coconut chutney"
},
{
id: "6", name: "Veg Biryani", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg?_wi=2", imageAlt: "Aromatic basmati rice cooked with fresh vegetables and spices"
id: "6", name: "Veg Biryani", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg", imageAlt: "Aromatic basmati rice cooked with fresh vegetables and spices"
}
]}
/>
@@ -143,13 +143,13 @@ export default function LandingPage() {
id: "01", title: "100% Pure Vegetarian", description: "No compromises. Every dish is completely vegetarian, making it perfect for families who value pure, plant-based cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006665.jpg", imageAlt: "Pure vegetarian restaurant"
},
{
id: "02", title: "Fresh Ingredients", description: "We source the finest vegetables and spices daily, ensuring every meal is bursting with authentic flavors and nutrition.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-seasonings-dark-surface-food-dish-photo_140725-82477.jpg?_wi=3", imageAlt: "Fresh ingredient preparation"
id: "02", title: "Fresh Ingredients", description: "We source the finest vegetables and spices daily, ensuring every meal is bursting with authentic flavors and nutrition.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-seasonings-dark-surface-food-dish-photo_140725-82477.jpg", imageAlt: "Fresh ingredient preparation"
},
{
id: "03", title: "Traditional Recipes", description: "Our recipes honor centuries of Indian culinary tradition, prepared by experienced cooks who understand authentic taste.", imageSrc: "http://img.b2bpic.net/free-psd/best-indian-food-poster_23-2151997398.jpg?_wi=3", imageAlt: "Traditional recipe preparation"
id: "03", title: "Traditional Recipes", description: "Our recipes honor centuries of Indian culinary tradition, prepared by experienced cooks who understand authentic taste.", imageSrc: "http://img.b2bpic.net/free-psd/best-indian-food-poster_23-2151997398.jpg", imageAlt: "Traditional recipe preparation"
},
{
id: "04", title: "Affordable Meals", description: "Delicious, authentic Indian food that doesn't break the bank. Bringing restaurant quality to family budgets.", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg?_wi=3", imageAlt: "Affordable family meals"
id: "04", title: "Affordable Meals", description: "Delicious, authentic Indian food that doesn't break the bank. Bringing restaurant quality to family budgets.", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg", imageAlt: "Affordable family meals"
}
]}
/>
@@ -162,7 +162,7 @@ export default function LandingPage() {
tag="Restaurant Info"
tagIcon={MapPin}
tagAnimation="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
@@ -223,7 +223,6 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<TextAbout
title="Come Taste Tradition at Shiv Shakti"
description="Delicious vegetarian meals made with love for the whole family. Experience authentic Indian hospitality and affordable dining that brings families together."
useInvertedBackground={true}
buttons={[
{ text: "Get Directions", href: "#visit" },