Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-22 17:22:58 +00:00

View File

@@ -31,83 +31,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Collections",
id: "products",
},
{
name: "Story",
id: "about",
},
{
name: "Journal",
id: "blog",
},
{
name: "Contact",
id: "contact",
},
{ name: "Collections", id: "products" },
{ name: "Story", id: "about" },
{ name: "Journal", id: "blog" },
{ name: "Contact", id: "contact" },
]}
brandName="ATELIER 90"
button={{ text: "Enquire", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Timeless Elegance Reimagined"
description="Curated vintage pieces from the golden age of Parisian luxury. Discover the soul of old money aesthetics."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashionable-woman-reading-magazine-chair_132075-8954.jpg",
alt: "elegant vintage fashion portrait",
},
{
src: "http://img.b2bpic.net/free-photo/confident-professional-young-woman-looking-away_23-2148452701.jpg",
alt: "fashion editor portrait vintage",
},
{
src: "http://img.b2bpic.net/free-photo/alternative-bearded-male-eyeglasses-dressed-fleece-shirt-holds-firewoods-axe-his-shoulder_613910-15839.jpg",
alt: "creative director vintage style",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-model-posing-street_1303-25714.jpg",
alt: "Young woman model posing in the street",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-with-bouquet-spring-flowers_23-2148853881.jpg",
alt: "Beautiful woman outdoors with bouquet of spring flowers",
},
]}
buttons={[
{
text: "Explore Collection",
href: "#products",
},
{ src: "http://img.b2bpic.net/free-photo/fashionable-woman-reading-magazine-chair_132075-8954.jpg", alt: "elegant vintage fashion portrait" },
{ src: "http://img.b2bpic.net/free-photo/confident-professional-young-woman-looking-away_23-2148452701.jpg", alt: "fashion editor portrait vintage" },
{ src: "http://img.b2bpic.net/free-photo/alternative-bearded-male-eyeglasses-dressed-fleece-shirt-holds-firewoods-axe-his-shoulder_613910-15839.jpg", alt: "creative director vintage style" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-model-posing-street_1303-25714.jpg", alt: "Young woman model posing in the street" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-with-bouquet-spring-flowers_23-2148853881.jpg", alt: "Beautiful woman outdoors with bouquet of spring flowers" },
]}
buttons={[{ text: "Explore Collection", href: "#products" }]}
marqueeItems={[
{
type: "text",
text: "AUTHENTIC ARCHIVES",
},
{
type: "text",
text: "PARISIAN CURATION",
},
{
type: "text",
text: "ESTABLISHED 1990",
},
{
type: "text",
text: "WORLDWIDE DELIVERY",
},
{
type: "text",
text: "PRIVATE ATELIER",
},
{ type: "text", text: "AUTHENTIC ARCHIVES" },
{ type: "text", text: "PARISIAN CURATION" },
{ type: "text", text: "ESTABLISHED 1990" },
{ type: "text", text: "WORLDWIDE DELIVERY" },
{ type: "text", text: "PRIVATE ATELIER" },
]}
/>
</div>
@@ -116,19 +68,9 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "The Spirit of ",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1175.jpg",
alt: "luxury vintage fabric detail",
},
{
type: "text",
content: " Paris",
},
{ type: "text", content: "The Spirit of " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1175.jpg", alt: "luxury vintage fabric detail" },
{ type: "text", content: " Paris" },
]}
/>
</div>
@@ -138,49 +80,11 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
animationType="slide-up"
products={[
{
id: "1",
name: "Signature Satchel",
price: "€1,200",
variant: "1992 Archive",
imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-metallic-trays_23-2150315230.jpg",
},
{
id: "2",
name: "Silk Heritage Scarf",
price: "€350",
variant: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711541.jpg",
},
{
id: "3",
name: "Gold Chronograph",
price: "€2,800",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-rich-african-man-with-watch-cufflinks_627829-3352.jpg",
},
{
id: "4",
name: "Leather Heritage Belt",
price: "€450",
variant: "Iconic",
imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145915.jpg",
},
{
id: "5",
name: "Noir Frames",
price: "€290",
variant: "Vintage",
imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg",
},
{
id: "6",
name: "Classic Knee Boots",
price: "€850",
variant: "Heirloom",
imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-close-up_1303-12941.jpg",
},
{ id: "1", name: "Signature Satchel", price: "€1,200", variant: "1992 Archive", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-metallic-trays_23-2150315230.jpg" },
{ id: "2", name: "Silk Heritage Scarf", price: "€350", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711541.jpg" },
{ id: "3", name: "Gold Chronograph", price: "€2,800", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-rich-african-man-with-watch-cufflinks_627829-3352.jpg" },
]}
title="Selected Archives"
description="Exquisite heritage pieces curated for the modern connoisseur."
@@ -193,33 +97,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "30+",
title: "Years of Curation",
items: [
"Deep expertise",
"Verified history",
],
},
{
id: "m2",
value: "100%",
title: "Authenticity",
items: [
"Expert verified",
"Certificate included",
],
},
{
id: "m3",
value: "5k+",
title: "Happy Clients",
items: [
"Global reach",
"Private collection",
],
},
{ id: "m1", value: "30+", title: "Years of Curation", items: ["Deep expertise", "Verified history"] },
{ id: "m2", value: "100%", title: "Authenticity", items: ["Expert verified", "Certificate included"] },
{ id: "m3", value: "5k+", title: "Happy Clients", items: ["Global reach", "Private collection"] },
]}
title="A Legacy of Craft"
description="Authenticating excellence since the last century."
@@ -232,41 +112,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Collector",
testimonial: "Exquisite quality that captures the true essence of 90s Parisian luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-light-shirt-jeans-city-modern-woman-with-short-hair-bright-lips-smiling-street_197531-19299.jpg",
},
{
id: "2",
name: "Michael Chen",
role: "Designer",
testimonial: "The curation is simply breathtaking. A time machine for fashion lovers.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-beautiful-sundress_23-2150874056.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
role: "Creative",
testimonial: "Authentic pieces, beautiful presentation, and a story in every stitch.",
imageSrc: "http://img.b2bpic.net/free-photo/03-18-2019-belarus-minsk-portrait-young-elegant-woman-looking-camera_132075-13788.jpg",
},
{
id: "4",
name: "David Kim",
role: "Stylist",
testimonial: "I trust them implicitly with my collection needs. Truly professional.",
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915103.jpg",
},
{
id: "5",
name: "Elena V.",
role: "Editor",
testimonial: "The ultimate destination for vintage lovers seeking true quality.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-yang-woman-pajama-is-drinking-coffee-balcony-morning-city-paris-view-triumphal-arch_1321-3418.jpg",
},
{ id: "1", name: "Sarah Johnson", role: "Collector", testimonial: "Exquisite quality that captures the true essence of 90s Parisian luxury.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-light-shirt-jeans-city-modern-woman-with-short-hair-bright-lips-smiling-street_197531-19299.jpg" },
{ id: "2", name: "Michael Chen", role: "Designer", testimonial: "The curation is simply breathtaking. A time machine for fashion lovers.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-beautiful-sundress_23-2150874056.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Creative", testimonial: "Authentic pieces, beautiful presentation, and a story in every stitch.", imageSrc: "http://img.b2bpic.net/free-photo/03-18-2019-belarus-minsk-portrait-young-elegant-woman-looking-camera_132075-13788.jpg" },
]}
title="From Our Connoisseurs"
description="Discerning voices on our curated collection."
@@ -278,21 +126,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Are items authenticated?",
content: "Every piece undergoes a rigorous 3-point authentication process by our archival team.",
},
{
id: "f2",
title: "What is the return policy?",
content: "Due to the unique nature of vintage items, we offer a 7-day consultation period for all purchases.",
},
{
id: "f3",
title: "Can I visit the showroom?",
content: "Private appointments are available in our Paris and Milan ateliers.",
},
{ id: "f1", title: "Are items authenticated?", content: "Every piece undergoes a rigorous 3-point authentication process by our archival team." },
{ id: "f2", title: "What is the return policy?", content: "Due to the unique nature of vintage items, we offer a 7-day consultation period for all purchases." },
{ id: "f3", title: "Can I visit the showroom?", content: "Private appointments are available in our Paris and Milan ateliers." },
]}
title="Curator's Notes"
description="Common inquiries about our archival collection."
@@ -304,39 +140,13 @@ export default function LandingPage() {
<BlogCardTwo
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
title="Editorial Insights"
description="Deep dives into the history of high-end fashion trends."
blogs={[
{
id: "b1",
category: "Style",
title: "The Golden Age of Parisian Vogue",
excerpt: "Exploring the 90s editorial influence.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gleaming-carnival-mask_23-2148798928.jpg",
authorName: "Curation Team",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-blonde-woman-trendy-white-dress-tweed-checkered-coat-smiles-sincerely-poses-city-square_197531-28350.jpg",
date: "Oct 24",
},
{
id: "b2",
category: "History",
title: "Old Money Style Defined",
excerpt: "Understanding heritage luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-pink-roses-oval-frame-paper-against-pink-backdrop_23-2148191126.jpg",
authorName: "Curation Team",
authorAvatar: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560802.jpg",
date: "Oct 22",
},
{
id: "b3",
category: "Archives",
title: "Beyond the Runway",
excerpt: "Why classic silhouettes persist.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-girly-arrangement_23-2148229314.jpg",
authorName: "Curation Team",
authorAvatar: "http://img.b2bpic.net/free-photo/elderly-person-is-serving-boot-service-his-own-personal-workshop_613910-17413.jpg",
date: "Oct 20",
},
{ id: "b1", category: "Style", title: "The Golden Age of Parisian Vogue", excerpt: "Exploring the 90s editorial influence.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gleaming-carnival-mask_23-2148798928.jpg", authorName: "Curation Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-blonde-woman-trendy-white-dress-tweed-checkered-coat-smiles-sincerely-poses-city-square_197531-28350.jpg", date: "Oct 24" },
{ id: "b2", category: "History", title: "Old Money Style Defined", excerpt: "Understanding heritage luxury.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-pink-roses-oval-frame-paper-against-pink-backdrop_23-2148191126.jpg", authorName: "Curation Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560802.jpg", date: "Oct 22" },
{ id: "b3", category: "Archives", title: "Beyond the Runway", excerpt: "Why classic silhouettes persist.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-girly-arrangement_23-2148229314.jpg", authorName: "Curation Team", authorAvatar: "http://img.b2bpic.net/free-photo/elderly-person-is-serving-boot-service-his-own-personal-workshop_613910-17413.jpg", date: "Oct 20" },
]}
/>
</div>
@@ -347,16 +157,8 @@ export default function LandingPage() {
title="Enquire Private Collection"
description="Reach out to access exclusive archival pieces."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email Address" },
]}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562552.jpg"
/>
@@ -364,45 +166,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Archives",
href: "#products",
},
{
label: "About",
href: "#about",
},
],
},
{
items: [
{
label: "Journal",
href: "#blog",
},
{
label: "Terms",
href: "#",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
],
},
]}
logoText="ATELIER 90"
columns={[
{ items: [{ label: "Archives", href: "#products" }, { label: "About", href: "#about" }] },
{ items: [{ label: "Journal", href: "#blog" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
/>
</div>
</ReactLenis>