From c1b31a5e33e4f7a22d294194fb3fc8fb79784076 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 02:06:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf08363..d8f79f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,11 +80,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Our Love Story", name: "Memory One", price: "Forever", rating: 5, - reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak", imageAlt: "Our first memory" + reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak&_wi=1", imageAlt: "Our first memory" }, { id: "2", brand: "Our Love Story", name: "Memory Two", price: "Forever", rating: 5, - reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu", imageAlt: "Our special moment" + reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu&_wi=1", imageAlt: "Our special moment" }, { id: "3", brand: "Our Love Story", name: "Memory Three", price: "Forever", rating: 5, @@ -108,10 +108,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "∞", title: "Moments Together", description: "Each one treasured forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak", imageAlt: "Our special moments" + id: "1", value: "∞", title: "Moments Together", description: "Each one treasured forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak&_wi=2", imageAlt: "Our special moments" }, { - id: "2", value: "365", title: "Days of Love", description: "And counting with you", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu", imageAlt: "Our love journey" + id: "2", value: "365", title: "Days of Love", description: "And counting with you", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu&_wi=2", imageAlt: "Our love journey" } ]} /> -- 2.49.1