Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 841ba0b652 | |||
| fd5a8a9c71 | |||
| e2ac3b7d5d | |||
| cb4db254cd | |||
| 5fa6a33227 | |||
| 39964eaceb | |||
| 1e5367ee2b | |||
| fb798132ea |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user