Update src/app/page.tsx

This commit is contained in:
2026-05-22 18:15:40 +00:00
parent 7802ebcc04
commit 028709c49b

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Collection",
id: "hero",
},
{
name: "Categories",
id: "categories",
},
{
name: "Craftsmanship",
id: "craftsmanship",
},
{
name: "Archives",
id: "faq",
},
{ name: "Collection", id: "hero" },
{ name: "Categories", id: "products" },
{ name: "Craftsmanship", id: "craftsmanship" },
{ name: "Archives", id: "faq" },
]}
brandName="Atelier Heritage"
/>
@@ -54,38 +42,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Atelier Heritage Paris"
description="Élégance intemporelle. Esprit 90s. Discover our curated collection of timeless vintage couture, where Parisian tradition meets modern aspiration."
buttons={[
{
text: "Explore Collection",
href: "#products",
},
]}
buttons={[{ text: "Explore Collection", href: "#products" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-2000-s-fashion-style-holding-camera_23-2149870047.jpg",
imageAlt: "90s luxury fashion vintage",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682026.jpg",
imageAlt: "vintage luxury leather handbag",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-2000s-fashion-style-posing-together-with-tv_23-2149442864.jpg",
imageAlt: "luxury vintage watch editorial",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/levitating-women-s-scarf-display_23-2149817630.jpg",
imageAlt: "vintage silk scarf 90s style",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg",
imageAlt: "vintage leather loafers old money",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-2000-s-fashion-style-holding-camera_23-2149870047.jpg", imageAlt: "90s luxury fashion vintage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682026.jpg", imageAlt: "vintage luxury leather handbag" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-2000s-fashion-style-posing-together-with-tv_23-2149442864.jpg", imageAlt: "luxury vintage watch editorial" },
{ imageSrc: "http://img.b2bpic.net/free-photo/levitating-women-s-scarf-display_23-2149817630.jpg", imageAlt: "vintage silk scarf 90s style" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg", imageAlt: "vintage leather loafers old money" },
]}
mediaAnimation="blur-reveal"
/>
@@ -98,42 +64,12 @@ export default function LandingPage() {
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Silk Archive Blouse",
price: "450€",
imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9386.jpg",
},
{
id: "p2",
name: "Wool Tailored Coat",
price: "890€",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11248.jpg",
},
{
id: "p3",
name: "Amber Noir Candle",
price: "120€",
imageSrc: "http://img.b2bpic.net/free-photo/view-music-box-with-bohemian-decor_23-2150545706.jpg",
},
{
id: "p4",
name: "Saddle Leather Bag",
price: "1,200€",
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263194.jpg",
},
{
id: "p5",
name: "Classic Stiletto Heel",
price: "550€",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166095.jpg",
},
{
id: "p6",
name: "Heritage Fountain Pen",
price: "340€",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-writing-love-letter_23-2150784419.jpg",
},
{ id: "p1", name: "Silk Archive Blouse", price: "450€", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9386.jpg" },
{ id: "p2", name: "Wool Tailored Coat", price: "890€", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11248.jpg" },
{ id: "p3", name: "Amber Noir Candle", price: "120€", imageSrc: "http://img.b2bpic.net/free-photo/view-music-box-with-bohemian-decor_23-2150545706.jpg" },
{ id: "p4", name: "Saddle Leather Bag", price: "1,200€", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263194.jpg" },
{ id: "p5", name: "Classic Stiletto Heel", price: "550€", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166095.jpg" },
{ id: "p6", name: "Heritage Fountain Pen", price: "340€", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-writing-love-letter_23-2150784419.jpg" },
]}
title="Signature Archive"
description="Discover a selection of preserved 90s essentials, each piece carefully curated for the discerning collector."
@@ -147,18 +83,9 @@ export default function LandingPage() {
title="L'Artisanat Moderne"
description="Every vintage piece in our atelier is restored by master artisans, preserving the integrity and spirit of the original design. Our commitment is to sustainable luxury that honors the craft."
bulletPoints={[
{
title: "Artisanal Restoration",
description: "Hand-restoration ensuring original materials remain untouched.",
},
{
title: "Authentic Provenance",
description: "Each item is vetted for its 90s historical lineage.",
},
{
title: "Timeless Preservation",
description: "Protecting the heritage of high-fashion construction.",
},
{ title: "Artisanal Restoration", description: "Hand-restoration ensuring original materials remain untouched." },
{ title: "Authentic Provenance", description: "Each item is vetted for its 90s historical lineage." },
{ title: "Timeless Preservation", description: "Protecting the heritage of high-fashion construction." },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186734.jpg"
mediaAnimation="blur-reveal"
@@ -172,27 +99,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "12K+",
title: "Archive Pieces",
description: "Curated garments preserved.",
icon: Sparkles,
},
{
id: "m2",
value: "30+",
title: "Expert Artisans",
description: "Masters in restoration.",
icon: Award,
},
{
id: "m3",
value: "95%",
title: "Retention Rate",
description: "Loved by collectors worldwide.",
icon: Star,
},
{ id: "m1", value: "12K+", title: "Archive Pieces", description: "Curated garments preserved.", icon: Sparkles },
{ id: "m2", value: "30+", title: "Expert Artisans", description: "Masters in restoration.", icon: Award },
{ id: "m3", value: "95%", title: "Retention Rate", description: "Loved by collectors worldwide.", icon: Star },
]}
title="Heritage Impact"
description="Quantifying our dedication to Parisian fashion preservation."
@@ -201,49 +110,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elise V.",
handle: "@elise_paris",
testimonial: "The authenticity of the 90s collection is breathtaking. It feels like wearing actual history.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-cafe-talking-phone_1303-27386.jpg",
},
{
id: "t2",
name: "Julian M.",
handle: "@julian.vintage",
testimonial: "Atelier Heritage provides a seamless experience for finding rare pieces that last a lifetime.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-girl-posing-vintage-portrait_23-2150794964.jpg",
},
{
id: "t3",
name: "Claire B.",
handle: "@claire.classic",
testimonial: "Exceptional quality. The restoration work is undetectable and perfectly preserved.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-studio_23-2149392870.jpg",
},
{
id: "t4",
name: "Marcus R.",
handle: "@marcus_r",
testimonial: "Best curation of 90s archive fashion I have encountered in Paris.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-vintage-portrait_23-2150794796.jpg",
},
{
id: "t5",
name: "Sophie L.",
handle: "@sophie_archives",
testimonial: "Sophisticated, elegant, and timeless. I am a customer for life.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lgtbiq-plus-portraits_23-2149165922.jpg",
},
{ id: "t1", name: "Elise V.", handle: "@elise_paris", testimonial: "The authenticity of the 90s collection is breathtaking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-cafe-talking-phone_1303-27386.jpg" },
{ id: "t2", name: "Julian M.", handle: "@julian.vintage", testimonial: "Atelier Heritage provides a seamless experience for finding rare pieces.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-girl-posing-vintage-portrait_23-2150794964.jpg" },
{ id: "t3", name: "Claire B.", handle: "@claire.classic", testimonial: "Exceptional quality. The restoration work is undetectable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-studio_23-2149392870.jpg" },
{ id: "t4", name: "Marcus R.", handle: "@marcus_r", testimonial: "Best curation of 90s archive fashion I have encountered.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-vintage-portrait_23-2150794796.jpg" },
{ id: "t5", name: "Sophie L.", handle: "@sophie_archives", testimonial: "Sophisticated, elegant, and timeless. A customer for life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lgtbiq-plus-portraits_23-2149165922.jpg" },
]}
showRating={true}
title="Voices of Heritage"
@@ -256,14 +131,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Vogue Paris",
"Harper's Bazaar",
"L'Officiel",
"Elle France",
"Marie Claire",
"WWD",
"Financial Times",
]}
"Vogue Paris", "Harper's Bazaar", "L'Officiel", "Elle France", "Marie Claire", "WWD", "Financial Times"]}
title="Trusted by Archives"
description="Featured in leading global publications and fashion houses."
/>
@@ -274,21 +142,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do you verify authenticity?",
content: "Our experts perform rigorous checks against historical production catalogs from the 90s.",
},
{
id: "f2",
title: "Do you offer international shipping?",
content: "Yes, we ship worldwide using insured luxury courier services.",
},
{
id: "f3",
title: "Are returns possible?",
content: "Due to the unique nature of archive pieces, returns are handled individually. Contact support within 14 days.",
},
{ id: "f1", title: "How do you verify authenticity?", content: "Our experts perform rigorous checks against historical production catalogs." },
{ id: "f2", title: "Do you offer international shipping?", content: "Yes, we ship worldwide using insured luxury courier services." },
{ id: "f3", title: "Are returns possible?", content: "Due to the unique nature of archive pieces, returns are handled individually." },
]}
title="Expert Guidance"
description="Answering your inquiries about vintage luxury acquisitions."
@@ -301,48 +157,11 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/beautiful-adult-blonde-woman-with-bouquet-daisies-sits-chair-twists-petals-chamomile-flower-closeup-selective-soft-focus-vertical-frame_166373-2413.jpg"
logoText="Atelier Heritage"
columns={[
{
title: "House",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Craftsmanship",
href: "#craftsmanship",
},
],
},
{
title: "Archive",
items: [
{
label: "Shop All",
href: "#products",
},
{
label: "Journal",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Terms of Sale",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ title: "House", items: [{ label: "About Us", href: "#" }, { label: "Craftsmanship", href: "#craftsmanship" }] },
{ title: "Archive", items: [{ label: "Shop All", href: "#products" }, { label: "Journal", href: "#" }] },
{ title: "Legal", items: [{ label: "Terms of Sale", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
copyrightText="© 2025 Atelier Heritage Paris. All Rights Reserved."
imageAlt="90s luxury fashion vintage"
/>
</div>
</ReactLenis>