Merge version_1 into main #2
302
src/app/page.tsx
302
src/app/page.tsx
@@ -25,225 +25,101 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sweet Arabian"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sweet Arabian"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="An Essence of Pure Arabian Gold"
|
||||
description="Experience the timeless allure of amber and honey in every drop."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg?_wi=1"
|
||||
imageAlt="Luxury gold perfume bottle"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="An Essence of Pure Arabian Gold"
|
||||
description="Experience the timeless allure of amber and honey in every drop."
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg"
|
||||
imageAlt="Luxury gold perfume bottle"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Golden Honey",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Royal Amber",
|
||||
price: "$145",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Velvet Oud",
|
||||
price: "$160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Desert Bloom",
|
||||
price: "$135",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sandalwood Silk",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Midnight Musk",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Fragrance Selection"
|
||||
description="Choose your signature scent from our artisanal collection."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Golden Honey", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg" },
|
||||
{ id: "p2", name: "Royal Amber", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg" },
|
||||
{ id: "p3", name: "Velvet Oud", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg" },
|
||||
{ id: "p4", name: "Desert Bloom", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg" },
|
||||
{ id: "p5", name: "Sandalwood Silk", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg" },
|
||||
{ id: "p6", name: "Midnight Musk", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg" },
|
||||
]}
|
||||
title="Fragrance Selection"
|
||||
description="Choose your signature scent from our artisanal collection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amina S.",
|
||||
handle: "@amina.style",
|
||||
testimonial: "The most sophisticated scent I have ever worn.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-posing-chair_23-2149518282.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Karim J.",
|
||||
handle: "@karim.perfume",
|
||||
testimonial: "Unparalleled depth and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12750.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Z.",
|
||||
handle: "@fatima.lux",
|
||||
testimonial: "An absolute treasure, feels like royalty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-carefree-teenage-girl-with-bun-hairstyle-looks-happily-away-wears-stylish-green-costume-white-boots-blue-eyeliner-feels-good-poses-against-grey-concrete-wall-urban-lifestyle-concept_273609-57790.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar K.",
|
||||
handle: "@omar.scent",
|
||||
testimonial: "Exceptional long-lasting luxury.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-couch-with-man-touching-her-face_23-2148857581.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Layla H.",
|
||||
handle: "@layla.beauty",
|
||||
testimonial: "Sweet Arabian captures the perfect essence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Luxury that resonates globally."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Amina S.", handle: "@amina.style", testimonial: "The most sophisticated scent I have ever worn.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-posing-chair_23-2149518282.jpg" },
|
||||
{ id: "2", name: "Karim J.", handle: "@karim.perfume", testimonial: "Unparalleled depth and quality.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12750.jpg" },
|
||||
{ id: "3", name: "Fatima Z.", handle: "@fatima.lux", testimonial: "An absolute treasure, feels like royalty.", imageSrc: "http://img.b2bpic.net/free-photo/positive-carefree-teenage-girl-with-bun-hairstyle-looks-happily-away-wears-stylish-green-costume-white-boots-blue-eyeliner-feels-good-poses-against-grey-concrete-wall-urban-lifestyle-concept_273609-57790.jpg" },
|
||||
{ id: "4", name: "Omar K.", handle: "@omar.scent", testimonial: "Exceptional long-lasting luxury.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-couch-with-man-touching-her-face_23-2148857581.jpg" },
|
||||
{ id: "5", name: "Layla H.", handle: "@layla.beauty", testimonial: "Sweet Arabian captures the perfect essence.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Luxury that resonates globally."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our luxury perfumes."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you source your ingredients?",
|
||||
content: "We source the finest raw materials, including rare oud and natural amber, from the most trusted artisanal distillers across the globe.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your perfumes vegan-friendly?",
|
||||
content: "Most of our collection is vegan-friendly; please check individual product pages for detailed ingredient breakdowns.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long does the scent typically last?",
|
||||
content: "Our high-concentration formulas ensure a lasting effect of 8-12 hours on the skin, depending on application and skin type.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship our luxury fragrances globally to ensure our essence reaches you wherever you are.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I return a perfume?",
|
||||
content: "Due to the nature of luxury personal items, returns are accepted on unopened and unused items within 14 days of purchase.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our luxury perfumes."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{ id: "1", title: "How do you source your ingredients?", content: "We source the finest raw materials, including rare oud and natural amber, from the most trusted artisanal distillers across the globe." },
|
||||
{ id: "2", title: "Are your perfumes vegan-friendly?", content: "Most of our collection is vegan-friendly; please check individual product pages for detailed ingredient breakdowns." },
|
||||
{ id: "3", title: "How long does the scent typically last?", content: "Our high-concentration formulas ensure a lasting effect of 8-12 hours on the skin, depending on application and skin type." },
|
||||
{ id: "4", title: "Do you offer international shipping?", content: "Yes, we ship our luxury fragrances globally to ensure our essence reaches you wherever you are." },
|
||||
{ id: "5", title: "Can I return a perfume?", content: "Due to the nature of luxury personal items, returns are accepted on unopened and unused items within 14 days of purchase." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Stay Informed"
|
||||
title="Join the Sweet Arabian Circle"
|
||||
description="Receive exclusive updates and access to new releases."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Stay Informed"
|
||||
title="Join the Sweet Arabian Circle"
|
||||
description="Receive exclusive updates and access to new releases."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sweet Arabian"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sweet Arabian"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Our Story", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user