Merge version_1 into main #1
200
src/app/page.tsx
200
src/app/page.tsx
@@ -30,50 +30,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Brands",
|
||||
id: "social-proof",
|
||||
},
|
||||
name: "Brands", id: "social-proof"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Essence Aura"
|
||||
button={{
|
||||
text: "Buy Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Buy Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Unleash Your Signature Scent"
|
||||
description="Discover an exquisite collection of trending luxury perfumes. Each bottle a journey, every spray an experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/perfume-bottle-olive-green-silk-fabric-folded_107791-468.jpg"
|
||||
imageAlt="Luxurious perfume bottle on a dark background"
|
||||
@@ -89,33 +72,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "perfume-gold",
|
||||
name: "Golden Bloom",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-color-marriage-couple-gift-feeling-woman-love_140725-108987.jpg",
|
||||
imageAlt: "Golden Bloom perfume bottle",
|
||||
},
|
||||
id: "perfume-gold", name: "Golden Bloom", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-color-marriage-couple-gift-feeling-woman-love_140725-108987.jpg", imageAlt: "Golden Bloom perfume bottle"},
|
||||
{
|
||||
id: "perfume-noir",
|
||||
name: "Velvet Noir",
|
||||
price: "$150.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg",
|
||||
imageAlt: "Velvet Noir perfume bottle",
|
||||
},
|
||||
id: "perfume-noir", name: "Velvet Noir", price: "$150.00", imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg", imageAlt: "Velvet Noir perfume bottle"},
|
||||
{
|
||||
id: "perfume-essence",
|
||||
name: "Timeless Essence",
|
||||
price: "$95.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-526.jpg",
|
||||
imageAlt: "Timeless Essence perfume bottle",
|
||||
},
|
||||
id: "perfume-essence", name: "Timeless Essence", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-526.jpg", imageAlt: "Timeless Essence perfume bottle"},
|
||||
{
|
||||
id: "perfume-aura",
|
||||
name: "Mystic Aura",
|
||||
price: "$135.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-abstract-background-with-crystal-dew-drops-spider-web-sunlight_169016-14226.jpg",
|
||||
imageAlt: "Mystic Aura perfume bottle",
|
||||
},
|
||||
id: "perfume-aura", name: "Mystic Aura", price: "$135.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-abstract-background-with-crystal-dew-drops-spider-web-sunlight_169016-14226.jpg", imageAlt: "Mystic Aura perfume bottle"},
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Explore the finest fragrances, meticulously curated for elegance and allure. Find your perfect match."
|
||||
@@ -128,11 +91,8 @@ export default function LandingPage() {
|
||||
title="Crafting Olfactory Masterpieces"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Craft",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Discover Our Craft", href: "#products"},
|
||||
]}
|
||||
description="At Essence Aura, we believe in the power of scent to transform and inspire. Our passion lies in sourcing the most exquisite ingredients to create perfumes that tell a story, evoke emotion, and leave an unforgettable impression. Each fragrance is a testament to artistry and luxury."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,37 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabella Chen",
|
||||
role: "Fashion Designer",
|
||||
company: "Chic Threads",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg",
|
||||
},
|
||||
id: "1", name: "Isabella Chen", role: "Fashion Designer", company: "Chic Threads", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Luxury Brand Consultant",
|
||||
company: "Elysium Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", role: "Luxury Brand Consultant", company: "Elysium Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Beauty Editor",
|
||||
company: "Glow Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nervous-hesitant-attractive-worried-blond-woman-cringing-frowning-clench-teeth-pointing-seek_1258-134470.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia Rodriguez", role: "Beauty Editor", company: "Glow Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nervous-hesitant-attractive-worried-blond-woman-cringing-frowning-clench-teeth-pointing-seek_1258-134470.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian Vance",
|
||||
role: "Entrepreneur",
|
||||
company: "Innovate Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg",
|
||||
},
|
||||
id: "4", name: "Julian Vance", role: "Entrepreneur", company: "Innovate Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from those who have embraced their signature scent with Essence Aura. Their experiences, their stories, their glowing reviews."
|
||||
@@ -186,34 +126,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/logo-templates-collection_1142-471.jpg",
|
||||
alt: "Luxury Brand Logo 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg",
|
||||
alt: "Beauty Company Logo 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/set-flat-design-e-commerce-logos_23-2148944186.jpg",
|
||||
alt: "Fragrance Retailer Logo 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/geometric-hotel-logos-vintage-style_23-2147534191.jpg",
|
||||
alt: "Fashion House Logo 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/nutrition-logo-design-template_742173-29615.jpg",
|
||||
alt: "Luxury Lifestyle Logo 5",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/elegant-pack-vintage-logo-templates_23-2147846138.jpg",
|
||||
alt: "Design Atelier Logo 6",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/wedding-logo-template-design_23-2150206294.jpg",
|
||||
alt: "Art Gallery Logo 7",
|
||||
},
|
||||
"http://img.b2bpic.net/free-vector/logo-templates-collection_1142-471.jpg", "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg", "http://img.b2bpic.net/free-vector/set-flat-design-e-commerce-logos_23-2148944186.jpg", "http://img.b2bpic.net/free-vector/geometric-hotel-logos-vintage-style_23-2147534191.jpg", "http://img.b2bpic.net/free-vector/nutrition-logo-design-template_742173-29615.jpg", "http://img.b2bpic.net/free-vector/elegant-pack-vintage-logo-templates_23-2147846138.jpg", "http://img.b2bpic.net/free-vector/wedding-logo-template-design_23-2150206294.jpg"
|
||||
]}
|
||||
title="Trusted by Leading Names"
|
||||
description="Our exquisite fragrances are celebrated and favored by top stylists, luxury retailers, and discerning connoisseurs worldwide."
|
||||
@@ -227,22 +140,14 @@ export default function LandingPage() {
|
||||
description="Have a question about our scents or need assistance with your order? Reach out to us, and our dedicated team will be delighted to help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-wallpaper-background-design-dark-design_53876-133385.jpg"
|
||||
@@ -256,62 +161,37 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "#",
|
||||
},
|
||||
label: "Account", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Disclaimer", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user