diff --git a/src/app/page.tsx b/src/app/page.tsx index 1affc31..d0ebb72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg?_wi=1", imageAlt: "Fresh Acai Bowl", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg?_wi=1", imageAlt: "Enjoying Acai", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg?_wi=2", imageAlt: "Healthy Acai Breakfast", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg?_wi=2", imageAlt: "Organic Acai Bowl", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg?_wi=3", imageAlt: "Premium Acai Experience", }, ]} @@ -141,27 +141,27 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg?_wi=1", }, { id: "2", name: "Michael R.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg?_wi=1", }, { id: "3", name: "Emily K.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg?_wi=1", }, { id: "4", name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg?_wi=1", }, { id: "5", name: "Jessica L.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg?_wi=1", }, ]} cardTitle="What Our Customers Think" @@ -183,31 +183,31 @@ export default function LandingPage() { id: "1", name: "Elena R.", role: "Founder & Nutritionist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg?_wi=2", }, { id: "2", name: "Marcus T.", role: "Sustainability Lead", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg?_wi=2", }, { id: "3", name: "Sarah W.", role: "Quality Control", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg?_wi=2", }, { id: "4", name: "David L.", role: "Supply Chain Expert", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg?_wi=2", }, { id: "5", name: "Jane D.", role: "Customer Experience", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg?_wi=2", }, ]} />