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" } ]} />