diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c9fbab..642af29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg?_wi=1", imageAlt: "Boho style cafe interior", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { name: "Dragon Shanghai Sizzler", price: "₹450", variant: "Non-Veg", - imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg?_wi=1", }, { id: "p2", @@ -201,7 +201,7 @@ export default function LandingPage() { text: "Signature Cakes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg?_wi=2", imageAlt: "birthday party cafe celebration", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { text: "Casual Vibe", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg?_wi=2", imageAlt: "birthday party cafe celebration", }, ]}