Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
210
src/app/page.tsx
210
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#featured",
|
||||
},
|
||||
{
|
||||
name: "Manifesto",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Campaign",
|
||||
id: "#campaign",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Collection", id: "#featured" },
|
||||
{ name: "Manifesto", id: "#about" },
|
||||
{ name: "Campaign", id: "#campaign" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="AURELIAN"
|
||||
/>
|
||||
@@ -56,12 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="AURELIAN"
|
||||
description="Defined by silence. Designed for the eternal. The next evolution of modern luxury."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Collection",
|
||||
href: "#featured",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Discover Collection", href: "#featured" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8m4rnu"
|
||||
imageAlt="Cinematic model shot"
|
||||
@@ -73,44 +56,15 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Onyx Structured Blazer",
|
||||
price: "$1,200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hkkl5p",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Silver Thread Choker",
|
||||
price: "$850",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=id330o",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Midnight Leather Tote",
|
||||
price: "$2,400",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b42ax6",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Rimless Minimal Frames",
|
||||
price: "$450",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4kkrlm",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Ethereal Silk Gown",
|
||||
price: "$3,800",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lccyfv",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sculpted Cuff",
|
||||
price: "$1,100",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mz2d0b",
|
||||
},
|
||||
{ id: "p1", name: "Onyx Structured Blazer", price: "$1,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hkkl5p" },
|
||||
{ id: "p2", name: "Silver Thread Choker", price: "$850", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=id330o" },
|
||||
{ id: "p3", name: "Midnight Leather Tote", price: "$2,400", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b42ax6" },
|
||||
{ id: "p4", name: "Rimless Minimal Frames", price: "$450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4kkrlm" },
|
||||
{ id: "p5", name: "Ethereal Silk Gown", price: "$3,800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lccyfv" },
|
||||
{ id: "p6", name: "Sculpted Cuff", price: "$1,100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mz2d0b" },
|
||||
]}
|
||||
title="New Season"
|
||||
description="Artfully curated pieces blending structure with fluid elegance."
|
||||
@@ -122,9 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Visionary Path"
|
||||
description={[
|
||||
"Every stitch is a conversation between tradition and innovation. We strip away the unnecessary to reveal the essential beauty of form.",
|
||||
"Our atelier remains dedicated to the pursuit of timeless design, crafted for those who value subtlety over noise.",
|
||||
]}
|
||||
"Every stitch is a conversation between tradition and innovation. We strip away the unnecessary to reveal the essential beauty of form.", "Our atelier remains dedicated to the pursuit of timeless design, crafted for those who value subtlety over noise."]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -132,23 +84,12 @@ export default function LandingPage() {
|
||||
<div id="campaign" data-section="campaign">
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Minimalist Silhouette",
|
||||
description: "Designed to contour and command without effort.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Enduring Materiality",
|
||||
description: "Sourced from the finest sustainable materials on earth.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Avant-Garde Precision",
|
||||
description: "Technical tailoring refined for a modern silhouette.",
|
||||
},
|
||||
{ icon: Sparkles, title: "Minimalist Silhouette", description: "Designed to contour and command without effort." },
|
||||
{ icon: Shield, title: "Enduring Materiality", description: "Sourced from the finest sustainable materials on earth." },
|
||||
{ icon: Zap, title: "Avant-Garde Precision", description: "Technical tailoring refined for a modern silhouette." },
|
||||
]}
|
||||
title="Architectural Fluidity"
|
||||
description="Movement meets structure in our latest visual campaign."
|
||||
@@ -162,21 +103,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12",
|
||||
description: "Flagship Ateliers",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "450+",
|
||||
description: "Artisan Collaborators",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Ethical Commitment",
|
||||
},
|
||||
{ id: "m1", value: "12", description: "Flagship Ateliers" },
|
||||
{ id: "m2", value: "450+", description: "Artisan Collaborators" },
|
||||
{ id: "m3", value: "100%", description: "Ethical Commitment" },
|
||||
]}
|
||||
title="Global Presence"
|
||||
description="The Aurelian philosophy resonates in 12 major cultural hubs."
|
||||
@@ -186,50 +115,16 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena V.",
|
||||
handle: "@elena.v",
|
||||
testimonial: "Aurelian captures the essence of modern restraint.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qjhzlq",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julian S.",
|
||||
handle: "@julian.stylist",
|
||||
testimonial: "Incredible craftsmanship, redefined for a new era.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sezfg2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amara K.",
|
||||
handle: "@amara_lux",
|
||||
testimonial: "The silhouette of my dreams. Simply flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv6gtp",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Thomas R.",
|
||||
handle: "@tom.r",
|
||||
testimonial: "Luxury that feels quiet, personal, and profound.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2bmej6",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sienna G.",
|
||||
handle: "@sienna.g",
|
||||
testimonial: "The most sophisticated addition to my wardrobe.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ajpfd",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena V.", handle: "@elena.v", testimonial: "Aurelian captures the essence of modern restraint.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qjhzlq" },
|
||||
{ id: "t2", name: "Julian S.", handle: "@julian.stylist", testimonial: "Incredible craftsmanship, redefined for a new era.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sezfg2" },
|
||||
{ id: "t3", name: "Amara K.", handle: "@amara_lux", testimonial: "The silhouette of my dreams. Simply flawless.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv6gtp" },
|
||||
{ id: "t4", name: "Thomas R.", handle: "@tom.r", testimonial: "Luxury that feels quiet, personal, and profound.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2bmej6" },
|
||||
{ id: "t5", name: "Sienna G.", handle: "@sienna.g", testimonial: "The most sophisticated addition to my wardrobe.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ajpfd" },
|
||||
]}
|
||||
title="Curated Experiences"
|
||||
description="Reflections from those who define modern luxury."
|
||||
/>
|
||||
@@ -238,16 +133,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="The atelier is open for appointments. Let us begin a dialogue."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Atelier",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Atelier", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -255,37 +143,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Brand",
|
||||
items: [
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Ateliers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Journal",
|
||||
href: "#",
|
||||
},
|
||||
title: "Brand", items: [
|
||||
{ label: "Philosophy", href: "#" },
|
||||
{ label: "Ateliers", href: "#" },
|
||||
{ label: "Journal", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Client Care",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Inquiries",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Client Care", items: [
|
||||
{ label: "Contact", href: "#" },
|
||||
{ label: "Inquiries", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -295,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user