From 602c381cbfef95ecbe5eeb55050e62379aa61488 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:08:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0301b7e..235cf3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg", imageAlt: "Premium minimal clothing collection" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg?_wi=1", imageAlt: "Premium minimal clothing collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Contemporary fashion apparel showcase" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg?_wi=1", imageAlt: "Contemporary fashion apparel showcase" } ]} ariaLabel="Hero section showcasing clothing collection" @@ -87,7 +87,7 @@ export default function LandingPage() { id: "1", name: "Essential Tee", price: "$68", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-font-named-vinegar-good-use-any-creative-labels_1284-36774.jpg", imageAlt: "Premium essential t-shirt", initialQuantity: 1 }, { - id: "2", name: "Tailored Jacket", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Elegant tailored jacket", initialQuantity: 1 + id: "2", name: "Tailored Jacket", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=1", imageAlt: "Elegant tailored jacket", initialQuantity: 1 }, { id: "3", name: "Classic Trousers", price: "$148", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773386.jpg", imageAlt: "Premium classic trousers", initialQuantity: 1 @@ -114,13 +114,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sustainably Sourced", description: "Premium fabrics sourced from ethical suppliers worldwide. Every piece respects both people and planet.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg", imageAlt: "Sustainable fabric quality" + title: "Sustainably Sourced", description: "Premium fabrics sourced from ethical suppliers worldwide. Every piece respects both people and planet.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg?_wi=2", imageAlt: "Sustainable fabric quality" }, { - title: "Timeless Design", description: "Minimalist aesthetic that transcends trends. Invest in pieces that remain relevant for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Timeless fashion design" + title: "Timeless Design", description: "Minimalist aesthetic that transcends trends. Invest in pieces that remain relevant for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg?_wi=2", imageAlt: "Timeless fashion design" }, { - title: "Expert Craftsmanship", description: "Meticulous attention to every detail. From pattern making to final stitching, excellence is our standard.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Expert tailoring craftsmanship" + title: "Expert Craftsmanship", description: "Meticulous attention to every detail. From pattern making to final stitching, excellence is our standard.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=2", imageAlt: "Expert tailoring craftsmanship" } ]} ariaLabel="Features and benefits section" -- 2.49.1