Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-22 18:21:04 +00:00

View File

@@ -42,7 +42,6 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "radial-gradient" }}
title="Parisian Vintage Archives"
description="Immerse yourself in the golden era of 90s couture. A cinematic journey through timeless elegance, crafted for the modern individual."
buttons={[{ text: "Explore the Archives", href: "#products" }]}
@@ -82,7 +81,9 @@ export default function LandingPage() {
subdescription="We honor the legacy of master tailors, ensuring every thread tells a story of authenticity and old money sophistication."
icon={History}
imageSrc="https://images.unsplash.com/photo-1583947215259-38e31be0b5fb?q=80&w=2070"
videoSrc=""
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -90,6 +91,7 @@ export default function LandingPage() {
<MetricCardThree
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Camera, title: "Editorial Features", value: "150+" },
{ id: "m2", icon: Sparkles, title: "Restored Pieces", value: "12K" },
@@ -118,6 +120,8 @@ export default function LandingPage() {
names={["Vogue", "Harper's Bazaar", "L'Officiel", "Elle", "WWD"]}
title="Global Recognition"
description="As seen in the archives of the world's most influential fashion publications."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -130,6 +134,8 @@ export default function LandingPage() {
{ id: "f2", title: "Authentication process?", content: "Every item undergoes a multi-point verification process by our in-house experts." },
]}
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -141,7 +147,6 @@ export default function LandingPage() {
{ title: "The House", items: [{ label: "Philosophy", href: "#" }, { label: "Archives", href: "#" }] },
{ title: "Customer Care", items: [{ label: "Authentication", href: "#" }, { label: "Shipping", href: "#" }] },
]}
copyrightText="© 2025 Atelier Heritage Paris"
/>
</div>
</ReactLenis>