From 5f48dd5e6986e71cfd585858db24a5668ab48525 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 14:00:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b86f7aa..a1bbc89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,10 +109,10 @@ export default function Page() { buttonAnimation="slide-up" features={[ { - id: "1", title: "Premium Materials", description: "Sourced from the finest suppliers to ensure durability and comfort in every garment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f0l9bj", imageAlt: "Premium fabric selection" + id: "1", title: "Premium Materials", description: "Sourced from the finest suppliers to ensure durability and comfort in every garment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f0l9bj&_wi=1", imageAlt: "Premium fabric selection" }, { - id: "2", title: "Sustainable Practice", description: "Eco-friendly production methods that respect both people and planet throughout our supply chain.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f0l9bj", imageAlt: "Sustainable fashion production" + id: "2", title: "Sustainable Practice", description: "Eco-friendly production methods that respect both people and planet throughout our supply chain.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f0l9bj&_wi=2", imageAlt: "Sustainable fashion production" } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1