diff --git a/src/app/page.tsx b/src/app/page.tsx index b235e04..ac733f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { tag="Our Heritage" tagIcon={Heart} tagAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=1" imageAlt="Traditional chai preparation at Kwality Inn" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -103,7 +103,7 @@ export default function LandingPage() { features={[ { id: "chai", title: "Legendary Kulhad Chai", description: "Served hot, earthy, and perfect after hours of driving. Some guests say they came for tea and ordered two more.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg", imageAlt: "Kulhad chai being served" + imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=2", imageAlt: "Kulhad chai being served" }, items: [ { icon: Coffee, text: "Authentic recipe with spices" }, @@ -114,7 +114,7 @@ export default function LandingPage() { }, { id: "paratha", title: "Parathas That Deserve a Detour", description: "Aloo, Mix, Paneer, Onion — crispy outside, soft inside. Served with dahi and chutney. The reason travelers make detours.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Variety of parathas with dahi" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=1", imageAlt: "Variety of parathas with dahi" }, items: [ { icon: Flame, text: "Cooked fresh on cast iron griddle" }, @@ -153,27 +153,27 @@ export default function LandingPage() { products={[ { id: "chai", brand: "Signature", name: "Kulhad Chai", price: "₹20", rating: 5, - reviewCount: "2.5K+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg", imageAlt: "Kulhad chai" + reviewCount: "2.5K+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=3", imageAlt: "Kulhad chai" }, { id: "paratha-mix", brand: "Breakfast Special", name: "Mix Paratha", price: "₹60", rating: 5, - reviewCount: "1.8K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Mix paratha with dahi" + reviewCount: "1.8K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=2", imageAlt: "Mix paratha with dahi" }, { id: "pakora", brand: "Snack Favorites", name: "Mix Pakora", price: "₹50", rating: 5, - reviewCount: "1.5K+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Mix pakora with chutney" + reviewCount: "1.5K+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=1", imageAlt: "Mix pakora with chutney" }, { id: "dosa", brand: "South Indian", name: "Rava Dosa", price: "₹80", rating: 4.9, - reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Crispy rava dosa" + reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=2", imageAlt: "Crispy rava dosa" }, { id: "paneer-paratha", brand: "Premium", name: "Paneer Paratha", price: "₹70", rating: 5, - reviewCount: "2.1K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Paneer paratha hot" + reviewCount: "2.1K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=3", imageAlt: "Paneer paratha hot" }, { id: "chilla", brand: "Breakfast", name: "Moong Dal Chilla", price: "₹60", rating: 4.8, - reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Moong dal chilla" + reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=3", imageAlt: "Moong dal chilla" } ]} gridVariant="bento-grid" @@ -193,12 +193,12 @@ export default function LandingPage() {