Merge version_1 into main #1
364
src/app/page.tsx
364
src/app/page.tsx
@@ -25,273 +25,115 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="LUXE"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LUXE"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Elegance Defined"
|
||||
description="Experience unparalleled quality with our curated selection of premium products, designed for those who appreciate the finer things in life."
|
||||
tag="Luxury Lifestyle"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/make-up-product-light_52683-105035.jpg"
|
||||
imageAlt="Luxury product showcase"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crane-made-paper_1162-69.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2209.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-caucasian-elder-artist-sitting-artwork-studio_482257-15488.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ connoisseurs"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Elegance Defined"
|
||||
description="Experience unparalleled quality with our curated selection of premium products, designed for those who appreciate the finer things in life."
|
||||
tag="Luxury Lifestyle"
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/make-up-product-light_52683-105035.jpg"
|
||||
imageAlt="Luxury product showcase"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/crane-made-paper_1162-69.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2209.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-caucasian-elder-artist-sitting-artwork-studio_482257-15488.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ connoisseurs"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Craftsmanship at Its Peak"
|
||||
description="We believe in the beauty of perfection. Our products undergo rigorous selection to ensure that every detail meets our standards for elegance, durability, and timeless style."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-dispersing-light_23-2148599286.jpg"
|
||||
imageAlt="Detailed product craftsmanship"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Craftsmanship at Its Peak"
|
||||
description="We believe in the beauty of perfection. Our products undergo rigorous selection to ensure that every detail meets our standards for elegance, durability, and timeless style."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-dispersing-light_23-2148599286.jpg"
|
||||
imageAlt="Detailed product craftsmanship"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Luxe Time",
|
||||
name: "Legacy Chronograph",
|
||||
price: "$1,250",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808028.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Essence",
|
||||
name: "Noir Parfum",
|
||||
price: "$380",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307254.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Sonic Pure",
|
||||
name: "Signature Audio",
|
||||
price: "$890",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-man-wireless-headphones-is-listening-cool-music_613910-21593.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Visionary",
|
||||
name: "Titan Eyewear",
|
||||
price: "$450",
|
||||
rating: 5,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020776.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Scripta",
|
||||
name: "Gold Fountain Pen",
|
||||
price: "$295",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-pen-notebook-calculator-glasses-black-desk_1387-562.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Dermia",
|
||||
name: "Age-Defying Serum",
|
||||
price: "$210",
|
||||
rating: 5,
|
||||
reviewCount: "340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg",
|
||||
},
|
||||
]}
|
||||
title="Premium Selections"
|
||||
description="A curated range of high-end essentials crafted for the modern individual."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Luxe Time", name: "Legacy Chronograph", price: "$1,250", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808028.jpg" },
|
||||
{ id: "2", brand: "Essence", name: "Noir Parfum", price: "$380", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307254.jpg" },
|
||||
{ id: "3", brand: "Sonic Pure", name: "Signature Audio", price: "$890", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-man-wireless-headphones-is-listening-cool-music_613910-21593.jpg" },
|
||||
{ id: "4", brand: "Visionary", name: "Titan Eyewear", price: "$450", rating: 5, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020776.jpg" },
|
||||
{ id: "5", brand: "Scripta", name: "Gold Fountain Pen", price: "$295", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/golden-pen-notebook-calculator-glasses-black-desk_1387-562.jpg" },
|
||||
{ id: "6", brand: "Dermia", name: "Age-Defying Serum", price: "$210", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg" },
|
||||
]}
|
||||
title="Premium Selections"
|
||||
description="A curated range of high-end essentials crafted for the modern individual."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Quality",
|
||||
quote: "The attention to detail in every product is simply stunning.",
|
||||
name: "Alexander V.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "True Luxury",
|
||||
quote: "I have never seen such refinement in commercial products.",
|
||||
name: "Elena R.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crane-made-paper_1162-69.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Stellar Service",
|
||||
quote: "The entire experience was seamless and sophisticated.",
|
||||
name: "Marcus W.",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Worth Every Penny",
|
||||
quote: "The products are not just items, they are investments.",
|
||||
name: "Sarah K.",
|
||||
role: "Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2209.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exquisite Design",
|
||||
quote: "An absolute pleasure to use such high-quality items daily.",
|
||||
name: "Julian T.",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-elder-artist-sitting-artwork-studio_482257-15488.jpg",
|
||||
},
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="Discover why discerning individuals choose our premium collection."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Exceptional Quality", quote: "The attention to detail in every product is simply stunning.", name: "Alexander V.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg" },
|
||||
{ id: "2", title: "True Luxury", quote: "I have never seen such refinement in commercial products.", name: "Elena R.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/crane-made-paper_1162-69.jpg" },
|
||||
{ id: "3", title: "Stellar Service", quote: "The entire experience was seamless and sophisticated.", name: "Marcus W.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg" },
|
||||
{ id: "4", title: "Worth Every Penny", quote: "The products are not just items, they are investments.", name: "Sarah K.", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2209.jpg" },
|
||||
{ id: "5", title: "Exquisite Design", quote: "An absolute pleasure to use such high-quality items daily.", name: "Julian T.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-elder-artist-sitting-artwork-studio_482257-15488.jpg" },
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="Discover why discerning individuals choose our premium collection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Inquire"
|
||||
title="Private Consultations"
|
||||
description="Register to receive exclusive early access to new collections and premium member-only benefits."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golden-abstract-acrylic-textured_53876-94573.jpg"
|
||||
mediaAnimation="opacity"
|
||||
inputPlaceholder="Enter your email for access"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Inquire"
|
||||
title="Private Consultations"
|
||||
description="Register to receive exclusive early access to new collections and premium member-only benefits."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golden-abstract-acrylic-textured_53876-94573.jpg"
|
||||
mediaAnimation="opacity"
|
||||
inputPlaceholder="Enter your email for access"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/faded-blank-name-card-by-white-wall_53876-95937.jpg"
|
||||
logoText="LUXE"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Offers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/faded-blank-name-card-by-white-wall_53876-95937.jpg"
|
||||
logoText="LUXE"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }, { label: "Offers", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [{ label: "Shipping", href: "#" }, { label: "Contact", href: "#contact" }, { label: "Returns", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Privacy", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user