Merge version_1 into main #1
237
src/app/page.tsx
237
src/app/page.tsx
@@ -10,8 +10,8 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Collection", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Aura"
|
||||
/>
|
||||
@@ -54,20 +42,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="AURA"
|
||||
description="Redefining the essence of exclusivity through unparalleled design and meticulous craft."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Collection",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Discover Collection", href: "#products" },
|
||||
{ text: "Inquire", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cherry-trending-collection_23-2151917672.jpg"
|
||||
imageAlt="Aura Luxury Brand Heritage"
|
||||
@@ -80,8 +60,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Aura Standard"
|
||||
description={[
|
||||
"At Aura, luxury isn't just a label—it's an experience curated with uncompromising precision.",
|
||||
"We synthesize timeless heritage with contemporary innovation to offer a collection that stands apart in the world of high-end design.",
|
||||
"At Aura, luxury isn't just a label—it's an experience curated with uncompromising precision.", "We synthesize timeless heritage with contemporary innovation to offer a collection that stands apart in the world of high-end design."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,26 +73,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Craft",
|
||||
description: "Hand-forged materials by master craftsmen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-element-organic-background_23-2148872830.jpg",
|
||||
buttonText: "Learn More",
|
||||
title: "Artisan Craft", description: "Hand-forged materials by master craftsmen.", imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-element-organic-background_23-2148872830.jpg", buttonText: "Learn More"
|
||||
},
|
||||
{
|
||||
title: "Timeless Geometry",
|
||||
description: "Sophisticated forms that defy trends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-minimalist-arch-stairs-podium_23-2151934049.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-wavy-lines_23-2149176250.jpg",
|
||||
buttonText: "Discover Design",
|
||||
title: "Timeless Geometry", description: "Sophisticated forms that defy trends.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-minimalist-arch-stairs-podium_23-2151934049.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-wavy-lines_23-2149176250.jpg", buttonText: "Discover Design"
|
||||
},
|
||||
{
|
||||
title: "White Glove Service",
|
||||
description: "Personalized care for the discerning collector.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-coffee-cafe_53876-15168.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-red-lipstick-looking-front_114579-80380.jpg",
|
||||
buttonText: "View Benefits",
|
||||
},
|
||||
title: "White Glove Service", description: "Personalized care for the discerning collector.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-coffee-cafe_53876-15168.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-red-lipstick-looking-front_114579-80380.jpg", buttonText: "View Benefits"
|
||||
}
|
||||
]}
|
||||
title="Exceptional Artistry"
|
||||
description="Our commitment to brilliance is woven into every detail."
|
||||
@@ -124,62 +91,33 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Aura",
|
||||
name: "Elysian Timepiece",
|
||||
price: "$8,500",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-near-feathers-vase_23-2148073841.jpg",
|
||||
id: "p1", brand: "Aura", name: "Elysian Timepiece", price: "$8,500", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-near-feathers-vase_23-2148073841.jpg"
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Aura",
|
||||
name: "Velvet Artisan Tote",
|
||||
price: "$3,200",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-purse-second-hand-market_23-2149338446.jpg",
|
||||
id: "p2", brand: "Aura", name: "Velvet Artisan Tote", price: "$3,200", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-purse-second-hand-market_23-2149338446.jpg"
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Aura",
|
||||
name: "Silk Heritage Scarf",
|
||||
price: "$950",
|
||||
rating: 4,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop-alone_23-2148877375.jpg",
|
||||
id: "p3", brand: "Aura", name: "Silk Heritage Scarf", price: "$950", rating: 4,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop-alone_23-2148877375.jpg"
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Aura",
|
||||
name: "Midnight Essence Parfum",
|
||||
price: "$450",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg",
|
||||
id: "p4", brand: "Aura", name: "Midnight Essence Parfum", price: "$450", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg"
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Aura",
|
||||
name: "Sterling Executive Pen",
|
||||
price: "$1,200",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-electric-guitar-notebook-speaker-closeup_169016-51444.jpg",
|
||||
id: "p5", brand: "Aura", name: "Sterling Executive Pen", price: "$1,200", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/black-electric-guitar-notebook-speaker-closeup_169016-51444.jpg"
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Aura",
|
||||
name: "Crystal Decanter Set",
|
||||
price: "$2,800",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-whipped-cream-cinnamon_140725-44357.jpg",
|
||||
},
|
||||
id: "p6", brand: "Aura", name: "Crystal Decanter Set", price: "$2,800", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-whipped-cream-cinnamon_140725-44357.jpg"
|
||||
}
|
||||
]}
|
||||
title="The Curated Collection"
|
||||
description="Limited series designed for those who seek perfection."
|
||||
@@ -192,21 +130,9 @@ export default function LandingPage() {
|
||||
title="By The Numbers"
|
||||
tag="PRESTIGE"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
description: "Satisfied Collectors",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Authenticity Guarantee",
|
||||
},
|
||||
{ id: "m1", value: "15+", description: "Years of Excellence" },
|
||||
{ id: "m2", value: "5k+", description: "Satisfied Collectors" },
|
||||
{ id: "m3", value: "100%", description: "Authenticity Guarantee" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -216,31 +142,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Julian V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-classic-black-costume-studio-fashion-portrait_1328-2218.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29520.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-with-smartphone_23-2147702455.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
|
||||
},
|
||||
{ id: "1", name: "Julian V.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-classic-black-costume-studio-fashion-portrait_1328-2218.jpg" },
|
||||
{ id: "2", name: "Marcus R.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" },
|
||||
{ id: "3", name: "Elena S.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29520.jpg" },
|
||||
{ id: "4", name: "Sophie K.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-with-smartphone_23-2147702455.jpg" },
|
||||
{ id: "5", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg" }
|
||||
]}
|
||||
cardTitle="What the Elite Say"
|
||||
cardTag="REPUTATION"
|
||||
@@ -253,21 +159,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I commission a custom piece?",
|
||||
content: "Contact our atelier through the inquiry form below to initiate a private consultation.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is shipping insured?",
|
||||
content: "All items are shipped via white-glove, fully insured private courier services.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer private viewings?",
|
||||
content: "Private viewings are available by appointment at our global design centers.",
|
||||
},
|
||||
{ id: "f1", title: "How do I commission a custom piece?", content: "Contact our atelier through the inquiry form below to initiate a private consultation." },
|
||||
{ id: "f2", title: "Is shipping insured?", content: "All items are shipped via white-glove, fully insured private courier services." },
|
||||
{ id: "f3", title: "Do you offer private viewings?", content: "Private viewings are available by appointment at our global design centers." }
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
title="Queries"
|
||||
@@ -280,61 +174,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Experience Aura. Inquire today for private consultations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@aura.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@aura.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Our Heritage",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Ethics",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Concierge",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "Our Heritage", href: "#about" }, { label: "Ethics", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Concierge", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] }
|
||||
]}
|
||||
logoText="AURA"
|
||||
/>
|
||||
@@ -342,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user