diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c3a245..23c4440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="The Benne brings the legendary butter dosa culture of Karnataka to Thane. Every dosa is made fresh on the tawa, crisp on the outside, soft inside, and finished with rich, golden butter. Simple ingredients. Traditional technique. Street food perfection." tag="Our Story" buttons={[{ text: "View Full Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg?_wi=1" imageAlt="Bengaluru street food culture at night with warm lights" useInvertedBackground={false} ariaLabel="The Benne story section" @@ -99,13 +99,13 @@ export default function LandingPage() { tag="Culinary Excellence" products={[ { - id: "1", name: "Plain Benne Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Plain butter dosa with coconut chutney"}, + id: "1", name: "Plain Benne Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=1", imageAlt: "Plain butter dosa with coconut chutney"}, { - id: "2", name: "Benne Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Crispy dosa with spiced potato filling"}, + id: "2", name: "Benne Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=2", imageAlt: "Crispy dosa with spiced potato filling"}, { - id: "3", name: "Benne Podi Plain Dosa", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Street-style dosa with red powder"}, + id: "3", name: "Benne Podi Plain Dosa", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=3", imageAlt: "Street-style dosa with red powder"}, { - id: "4", name: "Benne Podi Masala Dosa", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Crispy dosa with spiced filling and red powder"}, + id: "4", name: "Benne Podi Masala Dosa", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=4", imageAlt: "Crispy dosa with spiced filling and red powder"}, { id: "5", name: "Filter Coffee", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cup_23-2149720797.jpg", imageAlt: "Traditional South Indian filter coffee"}, { @@ -178,7 +178,7 @@ export default function LandingPage() { { id: "4", title: "Do you have peak hours?", content: "Yes, peak hours are typically 7-9 PM. During these times, there may be waiting times as everything is made fresh on the tawa. We recommend visiting during off-peak hours for a faster experience."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg?_wi=2" imageAlt="The Benne location in Thane" textboxLayout="default" useInvertedBackground={false}