Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
321
src/app/page.tsx
321
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Shop",
|
name: "Shop", id: "/#products-soul"},
|
||||||
id: "/#products-soul",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Our Story",
|
name: "Our Story", id: "/#about"},
|
||||||
id: "/#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Collections",
|
name: "Collections", id: "/#products-oriental"},
|
||||||
id: "/#products-oriental",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "/#testimonials"},
|
||||||
id: "/#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/#contact"},
|
||||||
id: "/#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=daoliy"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=daoliy"
|
||||||
logoAlt="Sol de Scent Logo"
|
logoAlt="Sol de Scent Logo"
|
||||||
@@ -64,40 +54,21 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "downward-rays-static"}}
|
||||||
}}
|
|
||||||
title="Where East Meets West, in Every Drop"
|
title="Where East Meets West, in Every Drop"
|
||||||
description="Discover an exquisite collection of luxury fragrances that transcend boundaries, blending timeless Eastern traditions with modern Western allure."
|
description="Discover an exquisite collection of luxury fragrances that transcend boundaries, blending timeless Eastern traditions with modern Western allure."
|
||||||
tag="Luxury Fragrances"
|
tag="Luxury Fragrances"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products-soul"},
|
||||||
href: "#products-soul",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cup-arrangement_23-2149869745.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cup-arrangement_23-2149869745.jpg", imageAlt: "Luxury Perfume Bottle"},
|
||||||
imageAlt: "Luxury Perfume Bottle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wet-flower_23-2147759138.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wet-flower_23-2147759138.jpg", imageAlt: "Exotic Fragrance Ingredients"}
|
||||||
imageAlt: "Exotic Fragrance Ingredients",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups-assortment_23-2149869743.jpg",
|
|
||||||
imageAlt: "Japanese bottle and cups assortment",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646564.jpg",
|
|
||||||
imageAlt: "Close up arrangement of modern vases",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products-assortment_23-2148980974.jpg",
|
|
||||||
imageAlt: "Front view natural self care products assortment",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -112,17 +83,11 @@ export default function LandingPage() {
|
|||||||
description="At Sol de Scent, we believe fragrance is an art form. Inspired by global cultures, our perfumes are meticulously crafted, offering a unique olfactory journey that embodies elegance and passion."
|
description="At Sol de Scent, we believe fragrance is an art form. Inspired by global cultures, our perfumes are meticulously crafted, offering a unique olfactory journey that embodies elegance and passion."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "10+",
|
value: "10+", title: "Years of Craftsmanship"},
|
||||||
title: "Years of Craftsmanship",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "200+",
|
value: "200+", title: "Unique Blends Created"},
|
||||||
title: "Unique Blends Created",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "15K+",
|
value: "15K+", title: "Satisfied Clients Globally"},
|
||||||
title: "Satisfied Clients Globally",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
tag="About Us"
|
tag="About Us"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -141,53 +106,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "pfs-1",
|
id: "pfs-1", name: "Noble Embrace", price: "$92.58", variant: "Tobacco Lavender Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-medicine-concept_23-2148579415.jpg", imageAlt: "Noble Embrace Perfume"},
|
||||||
name: "Noble Embrace",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Tobacco Lavender Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-medicine-concept_23-2148579415.jpg",
|
|
||||||
imageAlt: "Noble Embrace Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pfs-2",
|
id: "pfs-2", name: "Bella Verité", price: "$92.58", variant: "Green Tea Vanilla Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-chalkboard-mock-up_23-2148303047.jpg", imageAlt: "Bella Verité Perfume"},
|
||||||
name: "Bella Verité",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Green Tea Vanilla Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-chalkboard-mock-up_23-2148303047.jpg",
|
|
||||||
imageAlt: "Bella Verité Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pfs-3",
|
id: "pfs-3", name: "Vetiver Voyage", price: "$92.58", variant: "Iris Vetiver Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669133.jpg", imageAlt: "Vetiver Voyage Perfume"},
|
||||||
name: "Vetiver Voyage",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Iris Vetiver Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669133.jpg",
|
|
||||||
imageAlt: "Vetiver Voyage Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pfs-4",
|
id: "pfs-4", name: "Desert Oud", price: "$92.58", variant: "Spicy Amber Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307305.jpg", imageAlt: "Desert Oud Perfume"},
|
||||||
name: "Desert Oud",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Spicy Amber Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307305.jpg",
|
|
||||||
imageAlt: "Desert Oud Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pfs-5",
|
id: "pfs-5", name: "Mystic Bloom", price: "$92.58", variant: "Jasmine Sandalwood Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420653.jpg", imageAlt: "Mystic Bloom Perfume"},
|
||||||
name: "Mystic Bloom",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Jasmine Sandalwood Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420653.jpg",
|
|
||||||
imageAlt: "Mystic Bloom Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pfs-6",
|
id: "pfs-6", name: "Urban Zen", price: "$92.58", variant: "Citrus Cedar Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307252.jpg", imageAlt: "Urban Zen Perfume"},
|
||||||
name: "Urban Zen",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Citrus Cedar Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307252.jpg",
|
|
||||||
imageAlt: "Urban Zen Perfume",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Perfumes for Every Soul"
|
title="Perfumes for Every Soul"
|
||||||
description="Explore our exquisite collections crafted for distinct preferences, designed to celebrate individuality and inspire confidence."
|
description="Explore our exquisite collections crafted for distinct preferences, designed to celebrate individuality and inspire confidence."
|
||||||
@@ -202,37 +131,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Artisanal Craftsmanship",
|
title: "Artisanal Craftsmanship", description: "Each fragrance is a masterpiece, hand-blended by expert perfumers using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-matcha-tea-front-view_23-2150163521.jpg", imageAlt: "Perfumer hands at work", titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-man-pouring-liquid-into-jar_641386-823.jpg", buttonText: "Discover More"},
|
||||||
description: "Each fragrance is a masterpiece, hand-blended by expert perfumers using traditional techniques.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-matcha-tea-front-view_23-2150163521.jpg",
|
|
||||||
imageAlt: "Perfumer hands at work",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-man-pouring-liquid-into-jar_641386-823.jpg",
|
|
||||||
buttonText: "Discover More",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Premium Ingredients",
|
title: "Premium Ingredients", description: "Sourced globally, our rare and exquisite ingredients promise a scent that is rich, complex, and long-lasting.", imageSrc: "http://img.b2bpic.net/free-photo/various-spices-stucco-background_23-2148583648.jpg", imageAlt: "Exotic perfume ingredients", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282426.jpg", buttonText: "Explore Sourcing"},
|
||||||
description: "Sourced globally, our rare and exquisite ingredients promise a scent that is rich, complex, and long-lasting.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/various-spices-stucco-background_23-2148583648.jpg",
|
|
||||||
imageAlt: "Exotic perfume ingredients",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282426.jpg",
|
|
||||||
buttonText: "Explore Sourcing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Signature Scent Profile",
|
title: "Signature Scent Profile", description: "Discover unique compositions that stand out, leaving an unforgettable impression wherever you go.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-white-minimal-design_23-2149253105.jpg", imageAlt: "Elegant perfume bottle", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-feeling-color-lover-couple-happiness_140725-108993.jpg", buttonText: "Find Your Scent"},
|
||||||
description: "Discover unique compositions that stand out, leaving an unforgettable impression wherever you go.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-white-minimal-design_23-2149253105.jpg",
|
|
||||||
imageAlt: "Elegant perfume bottle",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-feeling-color-lover-couple-happiness_140725-108993.jpg",
|
|
||||||
buttonText: "Find Your Scent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Elegant Presentation",
|
title: "Elegant Presentation", description: "Our perfumes are housed in beautifully designed bottles, making them a luxurious addition to any collection.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-color-swatches-with-different-elements_23-2150169885.jpg", imageAlt: "Luxury perfume packaging", titleImageSrc: "http://img.b2bpic.net/free-photo/skincare-supplies-marble-background_23-2147710684.jpg", buttonText: "View Collections"},
|
||||||
description: "Our perfumes are housed in beautifully designed bottles, making them a luxurious addition to any collection.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-color-swatches-with-different-elements_23-2150169885.jpg",
|
|
||||||
imageAlt: "Luxury perfume packaging",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/skincare-supplies-marble-background_23-2147710684.jpg",
|
|
||||||
buttonText: "View Collections",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Experience Luxury Like Never Before"
|
title="Experience Luxury Like Never Before"
|
||||||
description="Every Sol de Scent creation is an invitation to an unparalleled journey of senses, meticulously designed to captivate and enchant."
|
description="Every Sol de Scent creation is an invitation to an unparalleled journey of senses, meticulously designed to captivate and enchant."
|
||||||
@@ -247,44 +152,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "po-1",
|
id: "po-1", name: "Divine Elixir", price: "$92.58", variant: "Leather Oud Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/composition-puer-tea-with-golden-toad-bamboo-mat-black-background_8353-6716.jpg", imageAlt: "Divine Elixir Perfume"},
|
||||||
name: "Divine Elixir",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Leather Oud Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-puer-tea-with-golden-toad-bamboo-mat-black-background_8353-6716.jpg",
|
|
||||||
imageAlt: "Divine Elixir Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "po-2",
|
id: "po-2", name: "Dolce Ignis", price: "$92.58", variant: "Saffron Rose Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-still-life-arrangement_23-2149186951.jpg", imageAlt: "Dolce Ignis Perfume"},
|
||||||
name: "Dolce Ignis",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Saffron Rose Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-still-life-arrangement_23-2149186951.jpg",
|
|
||||||
imageAlt: "Dolce Ignis Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "po-3",
|
id: "po-3", name: "Amber Twilight", price: "$92.58", variant: "Vanilla Myrrh Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-unlabeled-beauty-product_53876-133315.jpg", imageAlt: "Amber Twilight Perfume"},
|
||||||
name: "Amber Twilight",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Vanilla Myrrh Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-unlabeled-beauty-product_53876-133315.jpg",
|
|
||||||
imageAlt: "Amber Twilight Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "po-4",
|
id: "po-4", name: "Spiced Blossom", price: "$92.58", variant: "Cardamom Patchouli Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162939.jpg", imageAlt: "Spiced Blossom Perfume"},
|
||||||
name: "Spiced Blossom",
|
|
||||||
price: "$92.58",
|
|
||||||
variant: "Cardamom Patchouli Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162939.jpg",
|
|
||||||
imageAlt: "Spiced Blossom Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "po-5",
|
id: "po-5", name: "Mystic Amber", price: "$92.58", variant: "Amber Vanilla Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420734.jpg", imageAlt: "dark luxury oud perfume bottle"},
|
||||||
name: "Mystic Amber",
|
|
||||||
price: "$92.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=daoliy",
|
|
||||||
imageAlt: "dark luxury oud perfume bottle",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Indulge in Rich & Mysterious Oriental Notes"
|
title="Indulge in Rich & Mysterious Oriental Notes"
|
||||||
description="Oriental fragrances evoke mystery, richness, and sensuality — perfect for unforgettable moments and deep, captivating allure."
|
description="Oriental fragrances evoke mystery, richness, and sensuality — perfect for unforgettable moments and deep, captivating allure."
|
||||||
@@ -298,45 +174,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t-1",
|
id: "t-1", name: "Sarah L.", role: "Fragrance Enthusiast", testimonial: "Sol de Scent transformed my fragrance experience. Their blends are truly unique and sophisticated, unlike anything I've tried before. Absolutely captivated!", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageAlt: "Sarah L."},
|
||||||
name: "Sarah L.",
|
|
||||||
role: "Fragrance Enthusiast",
|
|
||||||
testimonial: "Sol de Scent transformed my fragrance experience. Their blends are truly unique and sophisticated, unlike anything I've tried before. Absolutely captivated!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
|
||||||
imageAlt: "Sarah L.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t-2",
|
id: "t-2", name: "Michael B.", role: "Connoisseur", testimonial: "I always receive compliments when I wear their perfumes. The quality is exceptional and lasts all day without being overpowering. A true mark of luxury.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-male-thinking-about-something-important-stylishly-dressed-young-man-shirt-with-bow-tie-suspenders-posing-with-hand-chin-studio-photo-against-dark-wall-background_613910-20372.jpg", imageAlt: "Michael B."},
|
||||||
name: "Michael B.",
|
|
||||||
role: "Connoisseur",
|
|
||||||
testimonial: "I always receive compliments when I wear their perfumes. The quality is exceptional and lasts all day without being overpowering. A true mark of luxury.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-male-thinking-about-something-important-stylishly-dressed-young-man-shirt-with-bow-tie-suspenders-posing-with-hand-chin-studio-photo-against-dark-wall-background_613910-20372.jpg",
|
|
||||||
imageAlt: "Michael B.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t-3",
|
id: "t-3", name: "Emily R.", role: "Creative Director", testimonial: "The 'Noble Embrace' is my absolute favorite. It's elegant, bold, and perfectly balanced. A true masterpiece that evokes a sense of timeless sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/blond-luxury-woman-white-dress-smoking-cigarette_613910-11006.jpg", imageAlt: "Emily R."},
|
||||||
name: "Emily R.",
|
|
||||||
role: "Creative Director",
|
|
||||||
testimonial: "The 'Noble Embrace' is my absolute favorite. It's elegant, bold, and perfectly balanced. A true masterpiece that evokes a sense of timeless sophistication.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-luxury-woman-white-dress-smoking-cigarette_613910-11006.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t-4",
|
id: "t-4", name: "David K.", role: "Luxury Lifestyle Blogger", testimonial: "From packaging to the scent itself, everything screams luxury. Sol de Scent provides an exclusive aroma that truly elevates my personal brand. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg", imageAlt: "David K."},
|
||||||
name: "David K.",
|
|
||||||
role: "Luxury Lifestyle Blogger",
|
|
||||||
testimonial: "From packaging to the scent itself, everything screams luxury. Sol de Scent provides an exclusive aroma that truly elevates my personal brand. Highly recommend!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg",
|
|
||||||
imageAlt: "David K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t-5",
|
id: "t-5", name: "Jessica M.", role: "Artist & Designer", testimonial: "I appreciate the artistry in each bottle. It's more than a perfume; it's an experience that complements my creative spirit and adds depth to my everyday.", imageSrc: "http://img.b2bpic.net/free-photo/compostable-containers-arrangement-flat-lay_23-2149353105.jpg", imageAlt: "Jessica M."},
|
||||||
name: "Jessica M.",
|
|
||||||
role: "Artist & Designer",
|
|
||||||
testimonial: "I appreciate the artistry in each bottle. It's more than a perfume; it's an experience that complements my creative spirit and adds depth to my everyday.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/compostable-containers-arrangement-flat-lay_23-2149353105.jpg",
|
|
||||||
imageAlt: "Jessica M.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Esteemed Clients Say"
|
title="What Our Esteemed Clients Say"
|
||||||
description="Hear from those who have embraced the unique and captivating world of Sol de Scent fragrances."
|
description="Hear from those who have embraced the unique and captivating world of Sol de Scent fragrances."
|
||||||
@@ -350,29 +196,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m-1",
|
id: "m-1", icon: Truck,
|
||||||
icon: Truck,
|
title: "Fast & Free Delivery", value: "Enjoy complimentary and swift delivery right to your doorstep."},
|
||||||
title: "Fast & Free Delivery",
|
|
||||||
value: "Enjoy complimentary and swift delivery right to your doorstep.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-2",
|
id: "m-2", icon: CreditCard,
|
||||||
icon: CreditCard,
|
title: "Secure Payments", value: "Shop with confidence knowing your transactions are protected by advanced security."},
|
||||||
title: "Secure Payments",
|
|
||||||
value: "Shop with confidence knowing your transactions are protected by advanced security.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-3",
|
id: "m-3", icon: RefreshCw,
|
||||||
icon: RefreshCw,
|
title: "Satisfied or Refunded", value: "Your satisfaction is our priority. Hassle-free returns if you're not delighted."},
|
||||||
title: "Satisfied or Refunded",
|
|
||||||
value: "Your satisfaction is our priority. Hassle-free returns if you're not delighted.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-4",
|
id: "m-4", icon: Headphones,
|
||||||
icon: Headphones,
|
title: "Top-notch Support", value: "Our dedicated team is here to provide exceptional service and guidance."},
|
||||||
title: "Top-notch Support",
|
|
||||||
value: "Our dedicated team is here to provide exceptional service and guidance.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Sol de Scent?"
|
title="Why Choose Sol de Scent?"
|
||||||
description="Our commitment to excellence ensures every interaction is as exceptional and memorable as our meticulously crafted fragrances."
|
description="Our commitment to excellence ensures every interaction is as exceptional and memorable as our meticulously crafted fragrances."
|
||||||
@@ -385,20 +219,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "What makes Sol de Scent unique?", content: "We meticulously blend Eastern and Western olfactory traditions, using rare and ethically sourced ingredients to create distinctive, long-lasting, and truly unique fragrances."},
|
||||||
title: "What makes Sol de Scent unique?",
|
|
||||||
content: "We meticulously blend Eastern and Western olfactory traditions, using rare and ethically sourced ingredients to create distinctive, long-lasting, and truly unique fragrances.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "Do you offer samples or discovery sets?", content: "Yes, we offer curated discovery sets designed to help you explore our range and find your perfect signature scent before committing to a full-sized bottle."},
|
||||||
title: "Do you offer samples or discovery sets?",
|
|
||||||
content: "Yes, we offer curated discovery sets designed to help you explore our range and find your perfect signature scent before committing to a full-sized bottle.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you are not completely delighted with your purchase, you can return it for a full refund or exchange."},
|
||||||
title: "What is your return policy?",
|
|
||||||
content: "We offer a 30-day satisfaction guarantee. If you are not completely delighted with your purchase, you can return it for a full refund or exchange.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to common inquiries about our luxury fragrances, ordering, and bespoke services."
|
description="Find answers to common inquiries about our luxury fragrances, ordering, and bespoke services."
|
||||||
@@ -410,17 +235,14 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Stay Connected"
|
tag="Stay Connected"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Discover Your Signature Scent"
|
title="Discover Your Signature Scent"
|
||||||
description="Subscribe to our exclusive newsletter for early access to new collection launches, special offers, and personalized fragrance tips."
|
description="Subscribe to our exclusive newsletter for early access to new collection launches, special offers, and personalized fragrance tips."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Subscribe to Newsletter",
|
text: "Subscribe to Newsletter", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -430,62 +252,37 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Fragrance Families",
|
label: "Fragrance Families", href: "#products-oriental"},
|
||||||
href: "#products-oriental",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Men's Perfumes",
|
label: "Men's Perfumes", href: "#products-soul"},
|
||||||
href: "#products-soul",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Women's Perfumes",
|
label: "Women's Perfumes", href: "#products-soul"},
|
||||||
href: "#products-soul",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Unisex Scents",
|
label: "Unisex Scents", href: "#products-soul"},
|
||||||
href: "#products-soul",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Shipping & Returns",
|
label: "Shipping & Returns", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user