diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e7191c..bc66a3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,14 +63,14 @@ export default function LandingPage() { handle: "@marcusv", testimonial: "Simply the best artisanal hot dogs I have ever tasted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg?_wi=1", }, { name: "Elena S.", handle: "@elenas", testimonial: "A complete revelation. The truffle mayo is a game changer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg?_wi=1", }, { name: "Julian D.", @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -250,17 +250,17 @@ export default function LandingPage() { title: "Chef Marco", subtitle: "Executive Chef", detail: "Master of artisan blends.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg?_wi=2", }, { id: "m2", title: "Chef Elena", subtitle: "Pastry & Toppings", detail: "Creative flavor architect.", - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg?_wi=2", imageAlt: "gourmet hot dog fine dining presentation", }, ]}