diff --git a/src/app/page.tsx b/src/app/page.tsx index 32b4a35..69eb15a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157823.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157823.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg", @@ -146,14 +146,14 @@ export default function LandingPage() { name: "Turkish Eggs", price: "Market", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-vegetables-close-up_23-2148584798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-vegetables-close-up_23-2148584798.jpg?_wi=1", }, { id: "m2", name: "Beet Carpaccio", price: "Market", variant: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg?_wi=1", }, { id: "m3", @@ -208,7 +208,7 @@ export default function LandingPage() { name: "Michael Chen", role: "Regular", testimonial: "The food is SO good. Service is incredible every time.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157823.jpg?_wi=2", imageAlt: "High angle chef cooking salad", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { name: "David Kim", role: "Foodie", testimonial: "The level of intention here is unmatched. Simply perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-vegetables-close-up_23-2148584798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-vegetables-close-up_23-2148584798.jpg?_wi=2", imageAlt: "High angle chef cooking salad", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { name: "Elena V.", role: "Regular", testimonial: "The best hidden gem in the city. Truly an elevated experience.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg?_wi=2", imageAlt: "High angle chef cooking salad", }, ]}