Update src/app/page.tsx

This commit is contained in:
2026-03-30 15:53:17 +00:00
parent 598693c620
commit 38b894e46a

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroOverlay
title="UNSTRUCTURED REALITY"
description="SEASON 01 COLLECTION. EXPERIMENTAL LUXURY."
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg?_wi=1"
textPosition="bottom-left"
showDimOverlay={true}
/>
@@ -63,28 +63,28 @@ export default function LandingPage() {
name: "STRUCTURED HOODIE",
price: "$450",
variant: "Oversized",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-close-up_23-2148877533.jpg",
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-close-up_23-2148877533.jpg?_wi=2",
},
]}
title="COLLECTION"
@@ -130,7 +130,7 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg?_wi=2",
},
{
id: "t2",
@@ -138,7 +138,7 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=2",
},
{
id: "t3",
@@ -146,7 +146,7 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg?_wi=2",
},
]}
/>