diff --git a/src/app/page.tsx b/src/app/page.tsx index 052bcfb..a0057ab 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"