diff --git a/src/app/page.tsx b/src/app/page.tsx index 61a6d7c..71b14ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg?_wi=1", imageAlt: "Luxurious dining interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg?_wi=1", imageAlt: "Gourmet dish presentation", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { description: "Hand-picked selection of regional and international vintages.", bentoComponent: "reveal-icon", icon: Wine, - imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg?_wi=2", imageAlt: "Plates, cutlery and glassesĀ  flat lay", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Elegant spaces for your most important life celebrations.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg?_wi=2", imageAlt: "Plates, cutlery and glassesĀ  flat lay", }, ]}