From 8805042786abc407faea259e766350240050f231 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:17:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95c627d..1995775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { tag="New Collection 2025" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-wearing-traditional-accessories-yellow-veil_23-2148747963.jpg", imageAlt: "Luxury Indian suit model"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-wearing-traditional-accessories-yellow-veil_23-2148747963.jpg?_wi=1", imageAlt: "Luxury Indian suit model"}, { - imageSrc: "http://img.b2bpic.net/free-photo/groom-s-arms-with-red-bracelet-button-up-golden-wedding-suit_8353-767.jpg", imageAlt: "Traditional ethnic wear detail"} + imageSrc: "http://img.b2bpic.net/free-photo/groom-s-arms-with-red-bracelet-button-up-golden-wedding-suit_8353-767.jpg?_wi=1", imageAlt: "Traditional ethnic wear detail"} ]} mediaAnimation="slide-up" rating={5} @@ -77,7 +77,7 @@ export default function LandingPage() { { value: "50+", title: "Luxury Collections"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/carpets-market-marrakech_23-2148129867.jpg" + imageSrc="http://img.b2bpic.net/free-photo/carpets-market-marrakech_23-2148129867.jpg?_wi=1" imageAlt="Master artisans at work" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -92,13 +92,13 @@ export default function LandingPage() { { tag: "Detail", title: "Hand-Woven Silk", subtitle: "Premium fabric", description: "Authentic, high-grade Indian silk used in all our luxury ensembles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wdwu10", imageAlt: "fashion magazine logo minimalist"}, { - tag: "Craft", title: "Expert Embroidery", subtitle: "Intricate patterns", description: "Handcrafted Zardosi and thread work by skilled generational artisans.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-wearing-traditional-accessories-yellow-veil_23-2148747963.jpg", imageAlt: "fashion magazine logo minimalist"}, + tag: "Craft", title: "Expert Embroidery", subtitle: "Intricate patterns", description: "Handcrafted Zardosi and thread work by skilled generational artisans.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-wearing-traditional-accessories-yellow-veil_23-2148747963.jpg?_wi=2", imageAlt: "fashion magazine logo minimalist"}, { - tag: "Fit", title: "Bespoke Fitting", subtitle: "Tailored perfection", description: "Custom measurements to ensure every suit feels like a second skin.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-arms-with-red-bracelet-button-up-golden-wedding-suit_8353-767.jpg", imageAlt: "fashion magazine logo minimalist"}, + tag: "Fit", title: "Bespoke Fitting", subtitle: "Tailored perfection", description: "Custom measurements to ensure every suit feels like a second skin.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-arms-with-red-bracelet-button-up-golden-wedding-suit_8353-767.jpg?_wi=2", imageAlt: "fashion magazine logo minimalist"}, { - tag: "Quality", title: "Verified Origin", subtitle: "Ethical sourcing", description: "Sourced directly from heritage looms and local craft guilds.", imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-marrakech_23-2148129867.jpg", imageAlt: "fashion magazine logo minimalist"}, + tag: "Quality", title: "Verified Origin", subtitle: "Ethical sourcing", description: "Sourced directly from heritage looms and local craft guilds.", imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-marrakech_23-2148129867.jpg?_wi=2", imageAlt: "fashion magazine logo minimalist"}, { - tag: "Service", title: "Concierge Care", subtitle: "Personal support", description: "Dedicated stylists to guide your selection and fitting process.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg", imageAlt: "fashion magazine logo minimalist"}, + tag: "Service", title: "Concierge Care", subtitle: "Personal support", description: "Dedicated stylists to guide your selection and fitting process.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg?_wi=1", imageAlt: "fashion magazine logo minimalist"}, ]} title="Why Choose Sutara?" description="We don't just sell suits; we offer a legacy of elegance through uncompromising quality and refined details." @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Royal Sherwani", price: "$899", variant: "Silk / Zardosi", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg"}, + id: "p1", name: "Royal Sherwani", price: "$899", variant: "Silk / Zardosi", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg?_wi=2"}, { id: "p2", name: "Velvet Kurta Set", price: "$550", variant: "Velvet / Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg"}, { -- 2.49.1