From ba3380b9ad07d07f37295c74ef62c0a8cdc693c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:14:51 +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 0914ee2..7b2e56b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,10 +168,10 @@ export default function LandingPage() { title: "Premium Fabric Quality", description: "Each piece is crafted from finest silk—Maheshwari, Chanderi, and Dola—sourced directly for purity and durability.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/yellow-brown-raw-fusilli-pasta-blue-background-high-quality-photo_114579-36285.jpg", imageAlt: "Premium silk fabric texture and embroidery detail" + imageSrc: "http://img.b2bpic.net/free-photo/yellow-brown-raw-fusilli-pasta-blue-background-high-quality-photo_114579-36285.jpg?_wi=1", imageAlt: "Premium silk fabric texture and embroidery detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/yellow-brown-raw-fusilli-pasta-blue-background-high-quality-photo_114579-36285.jpg", imageAlt: "Close-up of fine embroidery on luxury fabric" + imageSrc: "http://img.b2bpic.net/free-photo/yellow-brown-raw-fusilli-pasta-blue-background-high-quality-photo_114579-36285.jpg?_wi=2", imageAlt: "Close-up of fine embroidery on luxury fabric" } ] }, @@ -179,10 +179,10 @@ export default function LandingPage() { title: "Honest Pricing", description: "No inflated luxury markups. We believe quality ethnic wear should be accessible. You get premium feel at fair, transparent prices.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-labels-set_23-2148722205.jpg", imageAlt: "Transparent pricing and authenticity certification" + imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-labels-set_23-2148722205.jpg?_wi=1", imageAlt: "Transparent pricing and authenticity certification" }, { - imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-labels-set_23-2148722205.jpg", imageAlt: "Quality assurance and price transparency" + imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-labels-set_23-2148722205.jpg?_wi=2", imageAlt: "Quality assurance and price transparency" } ] }, @@ -190,10 +190,10 @@ export default function LandingPage() { title: "Customer-First Service", description: "Our team is trained to understand your needs. Personalized styling advice, detailed product information, and hassle-free exchanges ensure your satisfaction.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044463.jpg", imageAlt: "Professional customer service team support" + imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044463.jpg?_wi=1", imageAlt: "Professional customer service team support" }, { - imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044463.jpg", imageAlt: "Friendly and helpful customer support" + imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044463.jpg?_wi=2", imageAlt: "Friendly and helpful customer support" } ] } -- 2.49.1