Merge version_1 into main #1
253
src/app/page.tsx
253
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Our Craft",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Stories",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Our Craft", id: "features" },
|
||||
{ name: "Stories", id: "testimonials" },
|
||||
]}
|
||||
brandName="Aura Footwear"
|
||||
/>
|
||||
@@ -54,40 +42,19 @@ export default function LandingPage() {
|
||||
title="Timeless Craft, Modern Stride."
|
||||
description="Experience the pinnacle of Italian leather craftsmanship, designed for those who value elegance in every step."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
{ text: "Our Story", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-pair-classic-shoes-brick-wall_181624-46159.jpg"
|
||||
imageAlt="Premium Italian leather shoe"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drawing-ipad-medium-shot_23-2150040105.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portait-charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9598.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-bearded-male-dressed-cotton-velvet-suit-sunglasses-grey-background_613910-703.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021859.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-drawing-ipad-medium-shot_23-2150040105.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portait-charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9598.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-bearded-male-dressed-cotton-velvet-suit-sunglasses-grey-background_613910-703.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021859.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied clients"
|
||||
/>
|
||||
@@ -99,33 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Handcrafted Excellence",
|
||||
tags: [
|
||||
"Artisan",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-135.jpg",
|
||||
imageAlt: "Handmade shoe detail",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ergonomic Innovation",
|
||||
tags: [
|
||||
"Comfort",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoe-rack-indoors-still-life_23-2150695669.jpg",
|
||||
imageAlt: "Sole construction",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sustainable Luxury",
|
||||
tags: [
|
||||
"Ethics",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516443.jpg",
|
||||
imageAlt: "Premium packaging",
|
||||
},
|
||||
{ id: "f1", title: "Handcrafted Excellence", tags: ["Artisan"], imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-135.jpg", imageAlt: "Handmade shoe detail" },
|
||||
{ id: "f2", title: "Ergonomic Innovation", tags: ["Comfort"], imageSrc: "http://img.b2bpic.net/free-photo/shoe-rack-indoors-still-life_23-2150695669.jpg", imageAlt: "Sole construction" },
|
||||
{ id: "f3", title: "Sustainable Luxury", tags: ["Ethics"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516443.jpg", imageAlt: "Premium packaging" },
|
||||
]}
|
||||
title="The Aura Standard"
|
||||
description="We bridge centuries-old techniques with modern design for footwear that outlives trends."
|
||||
@@ -134,52 +77,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Derby",
|
||||
price: "$450",
|
||||
variant: "Tan Leather",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Oxford Essential",
|
||||
price: "$480",
|
||||
variant: "Dark Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-brown-footwear-close-up_1303-10302.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Suede Loafer",
|
||||
price: "$390",
|
||||
variant: "Navy Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-red-bag-sunglasses-happy-mood-fashion-outfit-trendy-apparel-smiling-summer-accessories-playful-walking-running-high-heel-yellow-shoes_285396-3833.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "City Chelsea",
|
||||
price: "$520",
|
||||
variant: "Black Grain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cactus_53876-14862.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Everyday Trainer",
|
||||
price: "$280",
|
||||
variant: "White Leather",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-feet-train-seat_23-2148636993.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Desert Boot",
|
||||
price: "$340",
|
||||
variant: "Grey Suede",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396012.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Derby", price: "$450", variant: "Tan Leather", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg" },
|
||||
{ id: "p2", name: "Oxford Essential", price: "$480", variant: "Dark Brown", imageSrc: "http://img.b2bpic.net/free-photo/male-brown-footwear-close-up_1303-10302.jpg" },
|
||||
{ id: "p3", name: "Suede Loafer", price: "$390", variant: "Navy Blue", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-red-bag-sunglasses-happy-mood-fashion-outfit-trendy-apparel-smiling-summer-accessories-playful-walking-running-high-heel-yellow-shoes_285396-3833.jpg" },
|
||||
{ id: "p4", name: "City Chelsea", price: "$520", variant: "Black Grain", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cactus_53876-14862.jpg" },
|
||||
{ id: "p5", name: "Everyday Trainer", price: "$280", variant: "White Leather", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-feet-train-seat_23-2148636993.jpg" },
|
||||
{ id: "p6", name: "Desert Boot", price: "$340", variant: "Grey Suede", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396012.jpg" },
|
||||
]}
|
||||
title="Curated Collection"
|
||||
description="Discover our latest seasonal arrivals, where comfort meets uncompromised style."
|
||||
@@ -192,41 +100,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alexander Vance",
|
||||
handle: "@avance",
|
||||
testimonial: "The comfort is unparalleled. Truly a work of art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Rossi",
|
||||
handle: "@elena_designs",
|
||||
testimonial: "I have never worn shoes that age so beautifully.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-ipad-medium-shot_23-2150040105.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "Exquisite quality that makes a statement in any room.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portait-charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9598.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julian Thorne",
|
||||
handle: "@jthorne",
|
||||
testimonial: "A perfect fusion of traditional aesthetics and modern comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-bearded-male-dressed-cotton-velvet-suit-sunglasses-grey-background_613910-703.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mia Chen",
|
||||
handle: "@miach",
|
||||
testimonial: "Invested in my first pair and I'm never looking back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021859.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alexander Vance", handle: "@avance", testimonial: "The comfort is unparalleled. Truly a work of art.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg" },
|
||||
{ id: "t2", name: "Elena Rossi", handle: "@elena_designs", testimonial: "I have never worn shoes that age so beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-ipad-medium-shot_23-2150040105.jpg" },
|
||||
{ id: "t3", name: "Sarah Miller", handle: "@sarahm", testimonial: "Exquisite quality that makes a statement in any room.", imageSrc: "http://img.b2bpic.net/free-photo/portait-charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9598.jpg" },
|
||||
{ id: "t4", name: "Julian Thorne", handle: "@jthorne", testimonial: "A perfect fusion of traditional aesthetics and modern comfort.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bearded-male-dressed-cotton-velvet-suit-sunglasses-grey-background_613910-703.jpg" },
|
||||
{ id: "t5", name: "Mia Chen", handle: "@miach", testimonial: "Invested in my first pair and I'm never looking back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021859.jpg" },
|
||||
]}
|
||||
title="Voices of Aura"
|
||||
description="What our patrons say about the artisan quality of our footwear."
|
||||
@@ -241,31 +119,11 @@ export default function LandingPage() {
|
||||
description="Get clarity on our manufacturing processes and shipping."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where are the shoes made?",
|
||||
content: "All our footwear is meticulously handcrafted in Italy by master artisans.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What leather do you use?",
|
||||
content: "We source only full-grain, ethically handled European leathers.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship globally using premium, insured courier services.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can I return my purchase?",
|
||||
content: "We accept returns within 30 days if the shoes are in original, unworn condition.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How do I care for my shoes?",
|
||||
content: "We provide a specialized care guide with every purchase, utilizing our recommended leather conditioners.",
|
||||
},
|
||||
{ id: "q1", title: "Where are the shoes made?", content: "All our footwear is meticulously handcrafted in Italy by master artisans." },
|
||||
{ id: "q2", title: "What leather do you use?", content: "We source only full-grain, ethically handled European leathers." },
|
||||
{ id: "q3", title: "Do you offer international shipping?", content: "Yes, we ship globally using premium, insured courier services." },
|
||||
{ id: "q4", title: "Can I return my purchase?", content: "We accept returns within 30 days if the shoes are in original, unworn condition." },
|
||||
{ id: "q5", title: "How do I care for my shoes?", content: "We provide a specialized care guide with every purchase, utilizing our recommended leather conditioners." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -276,50 +134,23 @@ export default function LandingPage() {
|
||||
logoText="Aura"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Classics",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Seasonal",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "New Arrivals", href: "#products" },
|
||||
{ label: "Classics", href: "#products" },
|
||||
{ label: "Seasonal", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Our Craft",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#features" },
|
||||
{ label: "Our Craft", href: "#features" },
|
||||
{ label: "Contact", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user