Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 01:29:26 +00:00

View File

@@ -104,15 +104,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Spring 2025", title: "Essentials Reimagined", subtitle: "The foundation of intentional fashion.", description: "Timeless basics elevated through superior craftsmanship. White shirts, neutral trousers, and essential layers designed to become your wardrobe's backbone. Sustainable materials meet contemporary tailoring.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941044.jpg", imageAlt: "Essential white linen shirt"
tag: "Spring 2025", title: "Essentials Reimagined", subtitle: "The foundation of intentional fashion.", description: "Timeless basics elevated through superior craftsmanship. White shirts, neutral trousers, and essential layers designed to become your wardrobe's backbone. Sustainable materials meet contemporary tailoring.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941044.jpg?_wi=1", imageAlt: "Essential white linen shirt"
},
{
id: 2,
tag: "Spring 2025", title: "Layered Narratives", subtitle: "Texture, depth, and understated elegance.", description: "Pieces that work together to tell a story. Thoughtfully designed silhouettes that play with proportion and fabric weight, creating visual interest through restraint and careful composition.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-lady-holding-flowers-back-shot_23-2148442514.jpg", imageAlt: "Tailored trousers with subtle texture"
tag: "Spring 2025", title: "Layered Narratives", subtitle: "Texture, depth, and understated elegance.", description: "Pieces that work together to tell a story. Thoughtfully designed silhouettes that play with proportion and fabric weight, creating visual interest through restraint and careful composition.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-lady-holding-flowers-back-shot_23-2148442514.jpg?_wi=1", imageAlt: "Tailored trousers with subtle texture"
},
{
id: 3,
tag: "Accessories", title: "Curation Details", subtitle: "The finishing touches that matter.", description: "Carefully selected accessories that complement without overwhelming. Each piece chosen for its ability to enhance and harmonize with the broader collection. Minimal, functional, beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586730.jpg", imageAlt: "Curated collection accessories"
tag: "Accessories", title: "Curation Details", subtitle: "The finishing touches that matter.", description: "Carefully selected accessories that complement without overwhelming. Each piece chosen for its ability to enhance and harmonize with the broader collection. Minimal, functional, beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586730.jpg?_wi=1", imageAlt: "Curated collection accessories"
}
]}
textboxLayout="default"
@@ -133,13 +133,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Studio Shirt", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941044.jpg", imageAlt: "Studio Shirt in cream linen", initialQuantity: 1
id: "1", name: "Studio Shirt", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941044.jpg?_wi=2", imageAlt: "Studio Shirt in cream linen", initialQuantity: 1
},
{
id: "2", name: "Tailored Trousers", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-lady-holding-flowers-back-shot_23-2148442514.jpg", imageAlt: "Tailored trousers in neutral", initialQuantity: 1
id: "2", name: "Tailored Trousers", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-lady-holding-flowers-back-shot_23-2148442514.jpg?_wi=2", imageAlt: "Tailored trousers in neutral", initialQuantity: 1
},
{
id: "3", name: "Essential Essentials", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586730.jpg", imageAlt: "Complete wardrobe essentials set", initialQuantity: 1
id: "3", name: "Essential Essentials", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586730.jpg?_wi=2", imageAlt: "Complete wardrobe essentials set", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -162,10 +162,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Maria Castillo", handle: "Fashion Editor, Harper's Bazaar", testimonial: "NUDE represents a refreshing departure from trend-chasing. Their commitment to quality and restraint is exactly what contemporary fashion needs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-woman-with-hand-chin_329181-18108.jpg", imageAlt: "Maria Castillo"
id: "1", name: "Maria Castillo", handle: "Fashion Editor, Harper's Bazaar", testimonial: "NUDE represents a refreshing departure from trend-chasing. Their commitment to quality and restraint is exactly what contemporary fashion needs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-woman-with-hand-chin_329181-18108.jpg?_wi=1", imageAlt: "Maria Castillo"
},
{
id: "2", name: "Sophie Marchand", handle: "Stylist & Creative Director", testimonial: "Every piece feels intentional and considered. These are the items that become your uniform, the pieces you reach for again and again.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-coat_1303-29717.jpg", imageAlt: "Sophie Marchand"
id: "2", name: "Sophie Marchand", handle: "Stylist & Creative Director", testimonial: "Every piece feels intentional and considered. These are the items that become your uniform, the pieces you reach for again and again.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-coat_1303-29717.jpg?_wi=1", imageAlt: "Sophie Marchand"
},
{
id: "3", name: "James Chen", handle: "Fashion Photographer", testimonial: "NUDE's aesthetic translates beautifully on film. There's a clarity and honesty to their designs that photographs exceptionally well.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg", imageAlt: "James Chen"
@@ -174,10 +174,10 @@ export default function LandingPage() {
id: "4", name: "Petra Nielsen", handle: "Luxury Brand Consultant", testimonial: "They've mastered the art of doing more with less. The brand positioning is sophisticated, the execution is flawless, and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-bicycle-mechanic-tool-stand-background_613910-14896.jpg", imageAlt: "Petra Nielsen"
},
{
id: "5", name: "Alex Rivera", handle: "Style Director, Vogue", testimonial: "NUDE gets it. In a world of noise, they offer clarity. Their pieces have that rare quality of looking better over time, not worse.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-woman-with-hand-chin_329181-18108.jpg", imageAlt: "Alex Rivera"
id: "5", name: "Alex Rivera", handle: "Style Director, Vogue", testimonial: "NUDE gets it. In a world of noise, they offer clarity. Their pieces have that rare quality of looking better over time, not worse.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-woman-with-hand-chin_329181-18108.jpg?_wi=2", imageAlt: "Alex Rivera"
},
{
id: "6", name: "Diana Kessler", handle: "Independent Stylist", testimonial: "The attention to detail is extraordinary. Seams, hems, fabric weight, drape—everything has been considered and perfected.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-coat_1303-29717.jpg", imageAlt: "Diana Kessler"
id: "6", name: "Diana Kessler", handle: "Independent Stylist", testimonial: "The attention to detail is extraordinary. Seams, hems, fabric weight, drape—everything has been considered and perfected.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-coat_1303-29717.jpg?_wi=2", imageAlt: "Diana Kessler"
}
]}
animationType="slide-up"