7 Commits

Author SHA1 Message Date
fd5a8a9c71 Update src/app/page.tsx 2026-03-08 06:06:23 +00:00
e2ac3b7d5d Merge version_2 into main
Merge version_2 into main
2026-03-08 05:58:57 +00:00
cb4db254cd Update src/app/page.tsx 2026-03-08 05:58:53 +00:00
5fa6a33227 Update src/app/layout.tsx 2026-03-08 05:58:53 +00:00
39964eaceb Merge version_1 into main
Merge version_1 into main
2026-03-08 05:57:51 +00:00
1e5367ee2b Merge version_1 into main
Merge version_1 into main
2026-03-08 05:57:06 +00:00
fb798132ea Merge version_1 into main
Merge version_1 into main
2026-03-08 05:56:00 +00:00
2 changed files with 17 additions and 1409 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -140,16 +140,16 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
features={[
{
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: "01", 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: "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: "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: "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: "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: "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: "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"
}
]}
/>
@@ -225,8 +225,8 @@ export default function LandingPage() {
title="Come Taste Tradition at Shiv Shakti"
useInvertedBackground={true}
buttons={[
{ text: "Get Directions", href: "#visit" },
{ text: "Call Us", href: "tel:+919876543210" }
{ text: "Reserve Your Table", href: "#visit" },
{ text: "Order Now (+91 9876543210)", href: "tel:+919876543210" }
]}
buttonAnimation="slide-up"
/>