From d431f0ae4ed858c2dd2663bb5a14b3943665b428 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 08:01:38 +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 cc073e4..bb9c1f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-smiling-female-trendy-summer-clothessexy-carefree-multiracial-women-posing-street-backgroundpositive-models-having-fun-sunglasses-cheerful-happy_158538-22995.jpg", imageAlt: "Diverse individuals wearing Siege Clothing" + imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-smiling-female-trendy-summer-clothessexy-carefree-multiracial-women-posing-street-backgroundpositive-models-having-fun-sunglasses-cheerful-happy_158538-22995.jpg?_wi=1", imageAlt: "Diverse individuals wearing Siege Clothing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-high-heels-stocking_23-2150261093.jpg", imageAlt: "Sustainable fashion collection showcase" + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-high-heels-stocking_23-2150261093.jpg?_wi=1", imageAlt: "Sustainable fashion collection showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scissors-material_23-2148754136.jpg", imageAlt: "Quality clothing production" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scissors-material_23-2148754136.jpg?_wi=1", imageAlt: "Quality clothing production" } ]} autoplayDelay={4000} @@ -112,15 +112,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Curated Collections", description: "Carefully selected clothing items across all seasons, styles, and sizes. Each piece chosen for quality, durability, and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-smiling-female-trendy-summer-clothessexy-carefree-multiracial-women-posing-street-backgroundpositive-models-having-fun-sunglasses-cheerful-happy_158538-22995.jpg", imageAlt: "Curated clothing collection display" + title: "Curated Collections", description: "Carefully selected clothing items across all seasons, styles, and sizes. Each piece chosen for quality, durability, and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-smiling-female-trendy-summer-clothessexy-carefree-multiracial-women-posing-street-backgroundpositive-models-having-fun-sunglasses-cheerful-happy_158538-22995.jpg?_wi=2", imageAlt: "Curated clothing collection display" }, { id: 2, - title: "Personal Styling", description: "One-on-one consultation and styling sessions to help individuals discover their personal fashion voice and build confidence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-high-heels-stocking_23-2150261093.jpg", imageAlt: "Personal styling consultation session" + title: "Personal Styling", description: "One-on-one consultation and styling sessions to help individuals discover their personal fashion voice and build confidence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-high-heels-stocking_23-2150261093.jpg?_wi=2", imageAlt: "Personal styling consultation session" }, { id: 3, - title: "Size & Fit Support", description: "Expert fitting services ensuring everyone finds their perfect fit. We celebrate all body types and provide inclusive sizing.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scissors-material_23-2148754136.jpg", imageAlt: "Professional fitting room with diverse sizes" + title: "Size & Fit Support", description: "Expert fitting services ensuring everyone finds their perfect fit. We celebrate all body types and provide inclusive sizing.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scissors-material_23-2148754136.jpg?_wi=2", imageAlt: "Professional fitting room with diverse sizes" } ]} ariaLabel="Services offered by Siege Clothing" -- 2.49.1