From efefbec85201e9279a16fefed8b204ac6db8d44e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:26:05 +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 030b9b7..f297f2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,10 +106,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Everyday Basics", description: "Versatile essentials that work together seamlessly for a cohesive wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg", imageAlt: "Everyday basics collection" + title: "Everyday Basics", description: "Versatile essentials that work together seamlessly for a cohesive wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg?_wi=1", imageAlt: "Everyday basics collection" }, { - title: "Seasonal Select", description: "Limited-edition pieces inspired by the latest trends and timeless designs.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg", imageAlt: "Seasonal select collection" + title: "Seasonal Select", description: "Limited-edition pieces inspired by the latest trends and timeless designs.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg?_wi=2", imageAlt: "Seasonal select collection" } ]} /> -- 2.49.1