From 1c677bebdce5c9f3e78e84d2b586de32e0793e7e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:54:13 +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 7435178..98ec614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -57,13 +57,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "STRUCTURED HOODIE", price: "$450", variant: "Oversized", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-close-up_23-2148877533.jpg"}, + id: "p1", name: "STRUCTURED HOODIE", price: "$450", variant: "Oversized", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-close-up_23-2148877533.jpg?_wi=1"}, { - id: "p2", name: "RAW DENIM", price: "$380", variant: "Wide-leg", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"}, + id: "p2", name: "RAW DENIM", price: "$380", variant: "Wide-leg", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=1"}, { - id: "p3", name: "TECH JERSEY", price: "$290", variant: "Fitted", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg"}, + id: "p3", name: "TECH JERSEY", price: "$290", variant: "Fitted", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg?_wi=1"}, { - id: "p4", name: "LEATHER UTILITY VEST", price: "$620", variant: "Structured", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-close-up_23-2148877533.jpg"}, + id: "p4", name: "LEATHER UTILITY VEST", price: "$620", variant: "Structured", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-close-up_23-2148877533.jpg?_wi=2"}, ]} title="COLLECTION" description="A curated series of high-fashion silhouettes designed for the contemporary urban landscape." @@ -97,11 +97,11 @@ export default function LandingPage() { description="Perspectives from our community." testimonials={[ { - id: "t1", title: "True Innovation", quote: "The most refreshing take on street-luxury I have encountered this year.", name: "Alex Rivet", role: "Fashion Critic", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg"}, + id: "t1", title: "True Innovation", quote: "The most refreshing take on street-luxury I have encountered this year.", name: "Alex Rivet", role: "Fashion Critic", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg?_wi=2"}, { - id: "t2", title: "Essential Cuts", quote: "The oversized fits are perfectly proportioned. Quality is unmatched.", name: "Sarah Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"}, + id: "t2", title: "Essential Cuts", quote: "The oversized fits are perfectly proportioned. Quality is unmatched.", name: "Sarah Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=2"}, { - id: "t3", title: "Avant-Garde", quote: "Every piece feels like a sculpture you can wear. Truly experimental.", name: "Marcus Vane", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg"}, + id: "t3", title: "Avant-Garde", quote: "Every piece feels like a sculpture you can wear. Truly experimental.", name: "Marcus Vane", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg?_wi=2"}, ]} />