From c6e1938f576b02e2fc919ddf143886d3717530a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:18:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2915d26..36ce034 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png", imageAlt: "Sporty girl in gym holding pink portable blender"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png?_wi=1", imageAlt: "Sporty girl in gym holding pink portable blender"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg", imageAlt: "FitBlend Pro pink portable blender"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg?_wi=1", imageAlt: "FitBlend Pro pink portable blender"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg", imageAlt: "FitBlend Pro black portable blender"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg?_wi=1", imageAlt: "FitBlend Pro black portable blender"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-drinking-water_23-2148499148.jpg", imageAlt: "Girl drinking smoothie after workout in gym"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-drinking-water_23-2148499148.jpg?_wi=1", imageAlt: "Girl drinking smoothie after workout in gym"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png", imageAlt: "FitBlend Pro in action at the gym"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png?_wi=2", imageAlt: "FitBlend Pro in action at the gym"}, ]} /> @@ -69,9 +69,9 @@ export default function LandingPage() { description="Powerful. Portable. Designed for your active life." products={[ { - id: "1", name: "FitBlend Pro™ - Pink Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg", imageAlt: "FitBlend Pro pink portable blender"}, + id: "1", name: "FitBlend Pro™ - Pink Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg?_wi=2", imageAlt: "FitBlend Pro pink portable blender"}, { - id: "2", name: "FitBlend Pro™ - Black Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg", imageAlt: "FitBlend Pro black portable blender"}, + id: "2", name: "FitBlend Pro™ - Black Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg?_wi=2", imageAlt: "FitBlend Pro black portable blender"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -108,7 +108,7 @@ export default function LandingPage() {