Merge version_1 into main #2
206
src/app/page.tsx
206
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Vision",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Vision", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
]}
|
||||
brandName="Aura Home"
|
||||
/>
|
||||
@@ -53,63 +45,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Artistry in Every Solution."
|
||||
description="Discover a collection where problem-solving design meets timeless home aesthetics. Elevate your sanctuary with Aura Home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160207.jpg"
|
||||
imageAlt="Luxury home aesthetic"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-talking-phone_23-2149130582.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-talking-phone_23-2149130582.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-blonde-female-blogger-holds-tablet-while-sitting-table-against-brick-wall-studio-with-loft-interior_613910-21020.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-blonde-female-blogger-holds-tablet-while-sitting-table-against-brick-wall-studio-with-loft-interior_613910-21020.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-trendy-black-silk-suit-sits-carpet-floor-smiles-looks-into-camera-wor_197531-33660.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-trendy-black-silk-suit-sits-carpet-floor-smiles-looks-into-camera-wor_197531-33660.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ design enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Design",
|
||||
},
|
||||
type: "text", text: "Timeless Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Crafted",
|
||||
},
|
||||
type: "text", text: "Artisan Crafted"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Problem Solving",
|
||||
},
|
||||
type: "text", text: "Problem Solving"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Aesthetic",
|
||||
},
|
||||
type: "text", text: "Luxury Aesthetic"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Living",
|
||||
},
|
||||
type: "text", text: "Modern Living"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,59 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Aura",
|
||||
name: "Sculptural Organizer",
|
||||
price: "$125",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Aura", name: "Sculptural Organizer", price: "$125", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Aura",
|
||||
name: "Lumina Ambient Light",
|
||||
price: "$295",
|
||||
rating: 5,
|
||||
reviewCount: "48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfort-mattress-contemporary-hotel-bed_1203-5169.jpg",
|
||||
},
|
||||
id: "p2", brand: "Aura", name: "Lumina Ambient Light", price: "$295", rating: 5,
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/comfort-mattress-contemporary-hotel-bed_1203-5169.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Aura",
|
||||
name: "Forma Vessel",
|
||||
price: "$180",
|
||||
rating: 4,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg",
|
||||
},
|
||||
id: "p3", brand: "Aura", name: "Forma Vessel", price: "$180", rating: 4,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Aura",
|
||||
name: "Essential Tray",
|
||||
price: "$95",
|
||||
rating: 5,
|
||||
reviewCount: "81",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-gesticulating_273609-40342.jpg",
|
||||
},
|
||||
id: "p4", brand: "Aura", name: "Essential Tray", price: "$95", rating: 5,
|
||||
reviewCount: "81", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-gesticulating_273609-40342.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Aura",
|
||||
name: "Artisan Bookends",
|
||||
price: "$150",
|
||||
rating: 5,
|
||||
reviewCount: "34",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", brand: "Aura", name: "Artisan Bookends", price: "$150", rating: 5,
|
||||
reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Aura",
|
||||
name: "Refined Timepiece",
|
||||
price: "$420",
|
||||
rating: 5,
|
||||
reviewCount: "56",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646531.jpg",
|
||||
},
|
||||
id: "p6", brand: "Aura", name: "Refined Timepiece", price: "$420", rating: 5,
|
||||
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646531.jpg"},
|
||||
]}
|
||||
title="Curated Essentials"
|
||||
description="Thoughtfully designed objects to refine your space and elevate your daily experience."
|
||||
@@ -196,50 +129,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Eleanor Vance",
|
||||
role: "Designer",
|
||||
company: "Studio V",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-talking-phone_23-2149130582.jpg",
|
||||
},
|
||||
id: "t1", name: "Eleanor Vance", role: "Designer", company: "Studio V", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-talking-phone_23-2149130582.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julian Thorne",
|
||||
role: "Architect",
|
||||
company: "Thorne Assoc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-female-blogger-holds-tablet-while-sitting-table-against-brick-wall-studio-with-loft-interior_613910-21020.jpg",
|
||||
},
|
||||
id: "t2", name: "Julian Thorne", role: "Architect", company: "Thorne Assoc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-female-blogger-holds-tablet-while-sitting-table-against-brick-wall-studio-with-loft-interior_613910-21020.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Moretti",
|
||||
role: "Creative Director",
|
||||
company: "Moda Living",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophia Moretti", role: "Creative Director", company: "Moda Living", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus Chen",
|
||||
role: "Home Curator",
|
||||
company: "Urban Nest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-trendy-black-silk-suit-sits-carpet-floor-smiles-looks-into-camera-wor_197531-33660.jpg",
|
||||
},
|
||||
id: "t4", name: "Marcus Chen", role: "Home Curator", company: "Urban Nest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-trendy-black-silk-suit-sits-carpet-floor-smiles-looks-into-camera-wor_197531-33660.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Isabel Rossi",
|
||||
role: "Interior Stylist",
|
||||
company: "Rossi Collective",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg",
|
||||
},
|
||||
id: "t5", name: "Isabel Rossi", role: "Interior Stylist", company: "Rossi Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg"},
|
||||
]}
|
||||
title="Living Beautifully"
|
||||
description="What our collectors and design enthusiasts are saying about Aura Home."
|
||||
@@ -255,30 +164,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What materials do you use?",
|
||||
content: "We exclusively use ethically sourced, high-end materials including sustainably harvested hardwoods, Italian leathers, and lead-free crystal.",
|
||||
},
|
||||
id: "f1", title: "What materials do you use?", content: "We exclusively use ethically sourced, high-end materials including sustainably harvested hardwoods, Italian leathers, and lead-free crystal."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship globally using climate-neutral shipping partners to ensure your piece arrives safely and sustainably.",
|
||||
},
|
||||
id: "f2", title: "Do you offer international shipping?", content: "Yes, we ship globally using climate-neutral shipping partners to ensure your piece arrives safely and sustainably."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I return a product?",
|
||||
content: "We offer a 30-day satisfaction guarantee. If you are not completely satisfied with your piece, we provide a full refund, no questions asked.",
|
||||
},
|
||||
id: "f3", title: "Can I return a product?", content: "We offer a 30-day satisfaction guarantee. If you are not completely satisfied with your piece, we provide a full refund, no questions asked."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How do I care for my Aura piece?",
|
||||
content: "Each order includes a care kit specifically designed for the materials in your product to ensure it lasts for generations.",
|
||||
},
|
||||
id: "f4", title: "How do I care for my Aura piece?", content: "Each order includes a care kit specifically designed for the materials in your product to ensure it lasts for generations."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Are your products handmade?",
|
||||
content: "Most of our pieces are crafted by master artisans in small batches to ensure the highest standard of quality and attention to detail.",
|
||||
},
|
||||
id: "f5", title: "Are your products handmade?", content: "Most of our pieces are crafted by master artisans in small batches to ensure the highest standard of quality and attention to detail."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -290,19 +184,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Image,
|
||||
href: "#",
|
||||
ariaLabel: "Pinterest",
|
||||
},
|
||||
href: "#", ariaLabel: "Pinterest"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user