diff --git a/src/app/page.tsx b/src/app/page.tsx index 87d6158..26b1158 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,14 +79,14 @@ export default function LandingPage() { handle: "@ravifoodie", testimonial: "The outdoor seating here is magical! And the Mushroom Paneer Tikka is a game-changer. Absolutely loved the service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg?_wi=1", }, { name: "Priya Sharma", handle: "@priyatravels", testimonial: "A true gem in Washim. The Paneer Tikka Masala was incredibly creamy and flavorful. Perfect for a romantic evening.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg?_wi=1", }, { name: "Amit & Seema", @@ -140,7 +140,7 @@ export default function LandingPage() { }, ]} avatarText="Join our delighted guests!" - imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg?_wi=1" imageAlt="Luxurious outdoor dining area at Hotel City Point" showDimOverlay={true} showBlur={true} @@ -207,7 +207,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg?_wi=2", imageAlt: "elegant outdoor dining experience night", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg?_wi=2", imageAlt: "elegant outdoor dining experience night", }, { @@ -257,7 +257,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg?_wi=2", imageAlt: "elegant outdoor dining experience night", }, ]}