diff --git a/src/app/page.tsx b/src/app/page.tsx index 988c6d9..f440a48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@janderson", testimonial: "An absolutely incredible dining experience. Every dish was perfectly executed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@rchen", testimonial: "Sophisticated menu and top-tier service. Truly a culinary gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg?_wi=1", imageAlt: "gourmet steak dinner plating", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@edavis", testimonial: "Highly recommended. The wine pairing was exquisite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg?_wi=1", imageAlt: "fresh gourmet salmon plating", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@mthorne", testimonial: "A masterclass in gastronomy. Every course was a delight.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg?_wi=1", imageAlt: "gourmet pasta dish restaurant", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=2" imageAlt="Luxurious restaurant atmosphere" mediaAnimation="blur-reveal" avatars={[ @@ -184,21 +184,21 @@ export default function LandingPage() { name: "Signature Steak", price: "$48", variant: "Premium cut, dry-aged 28 days", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg?_wi=2", }, { id: "2", name: "Atlantic Salmon", price: "$36", variant: "Wild-caught, herb-infused glaze", - imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg?_wi=2", }, { id: "3", name: "Hand-Cut Pasta", price: "$28", variant: "House-made seasonal vegetable ragu", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg?_wi=2", }, { id: "4", @@ -279,7 +279,7 @@ export default function LandingPage() {