From 8a2eb0b38ed2e68947708dddbf923625ab909cb8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:53:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4435785..a143bd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="Authentic Vegetarian Taste in the Heart of Krishnarajanagara" description="Family Dining • Fresh South Indian & North Indian Meals • Party Hall Available" tag="Est. Family Restaurant" - imageSrc="http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg?_wi=1" imageAlt="Udupi Palace restaurant interior" textPosition="bottom-left" showBlur={true} @@ -107,9 +107,9 @@ export default function LandingPage() { { title: "Paneer Butter Masala", description: "Creamy, rich North Indian curry with soft paneer. Pairs perfectly with roti.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902516.jpg", imageAlt: "Paneer Butter Masala"}, { - title: "Butter Roti", description: "Soft, freshly made roti with pure ghee. Baked fresh in our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Butter Roti"}, + title: "Butter Roti", description: "Soft, freshly made roti with pure ghee. Baked fresh in our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=1", imageAlt: "Butter Roti"}, { - title: "Mango Lassi", description: "Refreshing seasonal beverage. Made with fresh mangoes and yogurt.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Mango Lassi"}, + title: "Mango Lassi", description: "Refreshing seasonal beverage. Made with fresh mangoes and yogurt.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=2", imageAlt: "Mango Lassi"}, ]} animationType="slide-up" gridVariant="two-columns-alternating-heights" @@ -127,11 +127,11 @@ export default function LandingPage() { tagIcon={Calendar} products={[ { - id: "1", name: "Small Weddings", price: "Available", variant: "50-100 guests • Catering included", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Wedding celebration setup"}, + id: "1", name: "Small Weddings", price: "Available", variant: "50-100 guests • Catering included", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=1", imageAlt: "Wedding celebration setup"}, { - id: "2", name: "Birthday Parties", price: "Available", variant: "30-200 guests • Customizable menu", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Birthday party decoration"}, + id: "2", name: "Birthday Parties", price: "Available", variant: "30-200 guests • Customizable menu", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=2", imageAlt: "Birthday party decoration"}, { - id: "3", name: "Family Gatherings", price: "Available", variant: "20-150 guests • Flexible timing", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Family event celebration"}, + id: "3", name: "Family Gatherings", price: "Available", variant: "20-150 guests • Flexible timing", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=3", imageAlt: "Family event celebration"}, ]} animationType="slide-up" gridVariant="uniform-all-items-equal" @@ -178,7 +178,7 @@ export default function LandingPage() { description="Call us for reservations, party bookings, or catering inquiries. Subscribe to our newsletter for special offers and new menu updates." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg?_wi=2" imageAlt="Udupi Palace restaurant" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1