From a488b89c777e29059b951142d5d496a0603df6c3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:33:02 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 002f8af..9945234 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1&_wi=2" imageAlt="Fashion store environment" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From c17768bda1897e3c1e7dc3a2148a086e9501cfb0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:33:03 +0000 Subject: [PATCH 2/2] 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 d567e30..3511bcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function HomePage() { { name: "Emma Richardson", handle: "Fashion Enthusiast", testimonial: "StyleHub has become my go-to for quality fashion. The selection is incredible and delivery is always on time!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5", imageAlt: "Emma Richardson"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5&_wi=1", imageAlt: "Emma Richardson"}, { name: "Michael Chen", handle: "Professional Shopper", testimonial: "Best online clothing store I've found. The quality is unmatched and customer service is exceptional.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa", imageAlt: "Michael Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa&_wi=1", imageAlt: "Michael Chen"}, ]} testimonialRotationInterval={5000} /> @@ -169,10 +169,10 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@fashionista_sarah", testimonial: - "Amazing quality and selection! I've been shopping here for months and never been disappointed. The fit is always perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5", imageAlt: "Sarah Johnson"}, + "Amazing quality and selection! I've been shopping here for months and never been disappointed. The fit is always perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5&_wi=2", imageAlt: "Sarah Johnson"}, { id: "2", name: "David Kumar", handle: "Style Maven", testimonial: - "StyleHub is my go-to for professional attire. Great prices and excellent customer service. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa", imageAlt: "David Kumar"}, + "StyleHub is my go-to for professional attire. Great prices and excellent customer service. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa&_wi=2", imageAlt: "David Kumar"}, { id: "3", name: "Jessica Chen", handle: "@jess_style", testimonial: "Love the variety and the trend-forward pieces. Delivery is super fast and the quality is consistently great.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ajyx4", imageAlt: "Jessica Chen"}, @@ -218,7 +218,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1&_wi=1" imageAlt="Fashion store environment" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1