diff --git a/src/app/page.tsx b/src/app/page.tsx index f2c31ea..c03824a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -174,7 +174,7 @@ export default function LandingPage() { price: "$14.99", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=1", }, { id: "p2", @@ -183,7 +183,7 @@ export default function LandingPage() { price: "$18.50", rating: 5, reviewCount: "840", - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=1", }, { id: "p3", @@ -192,7 +192,7 @@ export default function LandingPage() { price: "$3.50", rating: 5, reviewCount: "2.5k", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=1", }, { id: "p4", @@ -275,7 +275,7 @@ export default function LandingPage() { handle: "@jchen_food", testimonial: "Consistent quality and amazing atmosphere every visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI", }, { @@ -284,7 +284,7 @@ export default function LandingPage() { handle: "@mary_dines", testimonial: "Warm, welcoming, and the food is always hot and fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI", }, { @@ -293,7 +293,7 @@ export default function LandingPage() { handle: "@david_wilson", testimonial: "Can't beat the service. Truly family friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI", }, { @@ -302,7 +302,7 @@ export default function LandingPage() { handle: "@elena_foodie", testimonial: "Comfort food at its finest!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI", }, ]}