From db6e48810d3215c3e99163010b6533629ea7bb94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16f9381..aefebbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg", imageAlt: "Luxury office environment"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg?_wi=1", imageAlt: "Luxury office environment"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg", imageAlt: "Financial analysis dashboard"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg?_wi=2", imageAlt: "Financial analysis dashboard"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg", imageAlt: "Professional meeting setup"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg?_wi=3", imageAlt: "Professional meeting setup"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg", imageAlt: "Investment portfolio review"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg?_wi=4", imageAlt: "Investment portfolio review"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg", imageAlt: "Wealth preservation strategy"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/uploaded-1773167592689-gb5g7s6y.jpg?_wi=5", imageAlt: "Wealth preservation strategy"}, ]} mediaAnimation="slide-up" tagAnimation="slide-up" -- 2.49.1