From 3b1aaebd0727d0f775f6ded20322e0bee475183e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:02:45 +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 2bb4ec8..5a70ab0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,11 +104,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Materials", author: "Crafted with Care", description: "We source only the finest fabrics and materials from trusted suppliers across Europe, ensuring exceptional quality and durability in every piece.", tags: ["Quality", "Sustainability"], - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg", imageAlt: "Premium materials showcase" + imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg?_wi=1", imageAlt: "Premium materials showcase" }, { id: "2", title: "Timeless Design", author: "Elegance Endures", description: "Our minimalist approach emphasizes clean lines and sophisticated silhouettes that transcend seasonal trends, creating wardrobe essentials that last.", tags: ["Design", "Minimalism"], - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg", imageAlt: "Timeless design collection" + imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275124.jpg?_wi=2", imageAlt: "Timeless design collection" } ]} animationType="slide-up" -- 2.49.1