diff --git a/src/app/page.tsx b/src/app/page.tsx index f14372a..9e6bae3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { tag="Three-Michelin-Starred" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg?_wi=1", imageAlt: "Culinary Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/eaten-cookies-milk_23-2147693789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eaten-cookies-milk_23-2147693789.jpg?_wi=1", imageAlt: "Kitchen Workshop", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { title: "History Maker", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -119,7 +119,7 @@ export default function LandingPage() { descriptions: [ "A multi-course journey exploring textures and flavors.", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-with-blackberries-cranberries-textured-table-horizontal_176474-8459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-with-blackberries-cranberries-textured-table-horizontal_176474-8459.jpg?_wi=1", }, { id: "2", @@ -127,7 +127,7 @@ export default function LandingPage() { descriptions: [ "Sustainably sourced ingredients directly from our fields.", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-mint-raw-spaghetti-garlic-turquoise-surface_141793-18394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-mint-raw-spaghetti-garlic-turquoise-surface_141793-18394.jpg?_wi=1", }, { id: "3", @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "A poetic masterpiece of flavor and technique.", tag: "Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg?_wi=2", imageAlt: "satisfied fine dining customer portrait", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "The most personal dining experience I have ever had.", tag: "Memorable", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1520.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/eaten-cookies-milk_23-2147693789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eaten-cookies-milk_23-2147693789.jpg?_wi=2", imageAlt: "satisfied fine dining customer portrait", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "Dominique Crenn redefines what is possible with food.", tag: "Innovative", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg?_wi=2", imageAlt: "satisfied fine dining customer portrait", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { quote: "Every plate is a story waiting to be told.", tag: "Artistic", avatarSrc: "http://img.b2bpic.net/free-photo/couple-is-drinking-white-wine-romantic-dinner-restaurant-holding-hands_8353-10578.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-with-blackberries-cranberries-textured-table-horizontal_176474-8459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-with-blackberries-cranberries-textured-table-horizontal_176474-8459.jpg?_wi=2", imageAlt: "satisfied fine dining customer portrait", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { quote: "Sustainable dining elevated to a high art form.", tag: "Sustainability", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-mint-raw-spaghetti-garlic-turquoise-surface_141793-18394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-mint-raw-spaghetti-garlic-turquoise-surface_141793-18394.jpg?_wi=2", imageAlt: "satisfied fine dining customer portrait", }, ]}