Update src/app/page.tsx
This commit is contained in:
441
src/app/page.tsx
441
src/app/page.tsx
@@ -32,37 +32,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Collection",
|
name: "Collection", id: "#collection"},
|
||||||
id: "#collection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
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/users/user_3EcfUfFHrF6fpG4DgHQ6LCnEKwF/uploaded-1780482885397-dcnri1n7.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcfUfFHrF6fpG4DgHQ6LCnEKwF/uploaded-1780482885397-dcnri1n7.png"
|
||||||
logoAlt="Hortus Jannat Firenze Logo"
|
logoAlt="Hortus Jannat Firenze Logo"
|
||||||
brandName="Hortus Jannat Firenze"
|
brandName="Hortus Jannat Firenze"
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"}}
|
||||||
href: "#products",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -70,125 +56,74 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "glowing-orb",
|
variant: "glowing-orb"}}
|
||||||
}}
|
|
||||||
title="Experience Luxury in Every Drop"
|
title="Experience Luxury in Every Drop"
|
||||||
description="At Hortus Jannat Firenze, we curate exclusive niche perfumes for every connoisseur, blending world-class quality with the artistry of Italian perfumery."
|
description="At Hortus Jannat Firenze, we curate exclusive niche perfumes for every connoisseur, blending world-class quality with the artistry of Italian perfumery."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-bottle-still-life_23-2149234380.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-bottle-still-life_23-2149234380.jpg", imageAlt: "Luxury Perfume Bottle with Gold Accents"},
|
||||||
imageAlt: "Luxury Perfume Bottle with Gold Accents",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420680.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420680.jpg", imageAlt: "Premium Perfume Bottle Studio Shot"},
|
||||||
imageAlt: "Premium Perfume Bottle Studio Shot",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/liquor-square-bottle_176474-6075.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/liquor-square-bottle_176474-6075.jpg", imageAlt: "Handcrafted Italian Perfume"},
|
||||||
imageAlt: "Handcrafted Italian Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234374.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234374.jpg", imageAlt: "Exclusive Perfume Detailed Shot"},
|
||||||
imageAlt: "Exclusive Perfume Detailed Shot",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-argan-oil-care-product_23-2148955834.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-argan-oil-care-product_23-2148955834.jpg", imageAlt: "Luxury Perfume on Dark Background"},
|
||||||
imageAlt: "Luxury Perfume on Dark Background",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups_23-2149869744.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups_23-2149869744.jpg", imageAlt: "Niche Perfume Bottle Luxurious Display"},
|
||||||
imageAlt: "Niche Perfume Bottle Luxurious Display",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420694.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420694.jpg", imageAlt: "Elegant Perfume in Luxurious Setting"},
|
||||||
imageAlt: "Elegant Perfume in Luxurious Setting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163031.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163031.jpg", imageAlt: "Premium Niche Perfume Bottle"},
|
||||||
imageAlt: "Premium Niche Perfume Bottle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-perfume-plants-purple-background-top-view_185193-162135.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-perfume-plants-purple-background-top-view_185193-162135.jpg", imageAlt: "Exclusive Perfume for Daily Wear"},
|
||||||
imageAlt: "Exclusive Perfume for Daily Wear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-arrangement-with-dried-fruits-flowers_23-2151367223.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/decorative-arrangement-with-dried-fruits-flowers_23-2151367223.jpg", imageAlt: "Traditional Italian Perfume"},
|
||||||
imageAlt: "Traditional Italian Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-bottle-line_23-2148136623.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-bottle-line_23-2148136623.jpg", imageAlt: "Versatile Perfume Sizes Display"},
|
||||||
imageAlt: "Versatile Perfume Sizes Display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163128.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163128.jpg", imageAlt: "Perfume Bottle with Gold and Royal Blue"},
|
||||||
imageAlt: "Perfume Bottle with Gold and Royal Blue",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
tag="Hortus Jannat Firenze"
|
tag="Hortus Jannat Firenze"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collection",
|
text: "Explore Collection", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stylish-successful-woman-enjoying-coffee-office_23-2147670335.jpg",
|
src: "http://img.b2bpic.net/free-photo/stylish-successful-woman-enjoying-coffee-office_23-2147670335.jpg", alt: "Satisfied customer, elegant woman"},
|
||||||
alt: "Satisfied customer, elegant woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-11148.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-11148.jpg", alt: "Happy customer, man smiling"},
|
||||||
alt: "Happy customer, man smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/redhaired-young-caucasian-woman-silver-dress-smiles-camera-holds-bucket-champagne-pink-background_197531-32069.jpg",
|
src: "http://img.b2bpic.net/free-photo/redhaired-young-caucasian-woman-silver-dress-smiles-camera-holds-bucket-champagne-pink-background_197531-32069.jpg", alt: "Perfume enthusiast, woman"},
|
||||||
alt: "Perfume enthusiast, woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670862.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670862.jpg", alt: "Luxury scent connoisseur, man"},
|
||||||
alt: "Luxury scent connoisseur, man",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg",
|
src: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", alt: "Elegant consumer, woman"},
|
||||||
alt: "Elegant consumer, woman",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by over 10,000 connoisseurs worldwide."
|
avatarText="Loved by over 10,000 connoisseurs worldwide."
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Exquisite Scents"},
|
||||||
text: "Exquisite Scents",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Italian Craftsmanship"},
|
||||||
text: "Italian Craftsmanship",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Timeless Elegance"},
|
||||||
text: "Timeless Elegance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Niche Perfumery"},
|
||||||
text: "Niche Perfumery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Sustainable Luxury"},
|
||||||
text: "Sustainable Luxury",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Authentic Firenze"},
|
||||||
text: "Authentic Firenze",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -202,12 +137,9 @@ export default function LandingPage() {
|
|||||||
title="Artistry & Heritage in Every Bottle"
|
title="Artistry & Heritage in Every Bottle"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Philosophy",
|
text: "Our Philosophy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
description="Hortus Jannat Firenze embodies the fusion of ancient perfumery traditions with contemporary luxury. Each fragrance is meticulously crafted in Italy, using only the finest ingredients sourced globally, ensuring an unparalleled olfactive experience that tells a story of elegance and passion."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -218,77 +150,40 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "fragrances",
|
id: "fragrances", label: "Signature Fragrances", title: "60 Exclusive Niche Perfumes", items: [
|
||||||
label: "Signature Fragrances",
|
"30 Eau de Parfum for elegant daily wear", "30 Extrait de Parfum for ultimate concentration and longevity"],
|
||||||
title: "60 Exclusive Niche Perfumes",
|
|
||||||
items: [
|
|
||||||
"30 Eau de Parfum for elegant daily wear",
|
|
||||||
"30 Extrait de Parfum for ultimate concentration and longevity",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Discover EDP",
|
text: "Discover EDP", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Discover Extrait",
|
text: "Discover Extrait", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "regional",
|
id: "regional", label: "Regional Masterpiece", title: "The Essence of Italy", items: [
|
||||||
label: "Regional Masterpiece",
|
"30 Traditional Italian perfumes", "30 Ultra-premium Tuscany-inspired scents"],
|
||||||
title: "The Essence of Italy",
|
|
||||||
items: [
|
|
||||||
"30 Traditional Italian perfumes",
|
|
||||||
"30 Ultra-premium Tuscany-inspired scents",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Explore Italian",
|
text: "Explore Italian", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Explore Tuscany",
|
text: "Explore Tuscany", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "sizes",
|
id: "sizes", label: "Versatile Sizes", title: "Luxury for Every Journey", items: [
|
||||||
label: "Versatile Sizes",
|
"100ml for enduring presence", "50ml for daily elegance", "30ml for sophisticated travel", "15ml for refined portability"],
|
||||||
title: "Luxury for Every Journey",
|
|
||||||
items: [
|
|
||||||
"100ml for enduring presence",
|
|
||||||
"50ml for daily elegance",
|
|
||||||
"30ml for sophisticated travel",
|
|
||||||
"15ml for refined portability",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "View All Sizes",
|
text: "View All Sizes", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "coming-soon-1",
|
id: "coming-soon-1", label: "Coming Soon", title: "Extrait de Parfum & Bakhour", items: [
|
||||||
label: "Coming Soon",
|
"New Extrait de Parfum concentrations", "Exclusive Bakhour and Oud selections"],
|
||||||
title: "Extrait de Parfum & Bakhour",
|
|
||||||
items: [
|
|
||||||
"New Extrait de Parfum concentrations",
|
|
||||||
"Exclusive Bakhour and Oud selections",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "coming-soon-2",
|
id: "coming-soon-2", label: "Coming Soon", title: "Ultra Niche 50ml Extrait", items: [
|
||||||
label: "Coming Soon",
|
"5 new kinds of ultra-niche 50ml Extrait de Parfum", "Unparalleled depth and character"],
|
||||||
title: "Ultra Niche 50ml Extrait",
|
|
||||||
items: [
|
|
||||||
"5 new kinds of ultra-niche 50ml Extrait de Parfum",
|
|
||||||
"Unparalleled depth and character",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="A World of Exquisite Fragrances"
|
title="A World of Exquisite Fragrances"
|
||||||
@@ -308,53 +203,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "prod-1",
|
id: "prod-1", name: "Golden Essence Extrait", price: "€120", variant: "100ml Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420746.jpg", imageAlt: "Golden Essence Extrait Perfume"},
|
||||||
name: "Golden Essence Extrait",
|
|
||||||
price: "€120",
|
|
||||||
variant: "100ml Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420746.jpg",
|
|
||||||
imageAlt: "Golden Essence Extrait Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-2",
|
id: "prod-2", name: "Royal Bloom Extrait", price: "€95", variant: "50ml Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963090.jpg", imageAlt: "Royal Bloom Extrait Perfume"},
|
||||||
name: "Royal Bloom Extrait",
|
|
||||||
price: "€95",
|
|
||||||
variant: "50ml Extrait de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963090.jpg",
|
|
||||||
imageAlt: "Royal Bloom Extrait Perfume",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-3",
|
id: "prod-3", name: "Florentine Dream EDP", price: "€80", variant: "100ml Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg", imageAlt: "Florentine Dream Eau de Parfum"},
|
||||||
name: "Florentine Dream EDP",
|
|
||||||
price: "€80",
|
|
||||||
variant: "100ml Eau de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg",
|
|
||||||
imageAlt: "Florentine Dream Eau de Parfum",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-4",
|
id: "prod-4", name: "Tuscan Sunset EDP", price: "€65", variant: "50ml Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/herbal-medicine-with-plants-blocks-high-angle_23-2149339735.jpg", imageAlt: "Tuscan Sunset Eau de Parfum"},
|
||||||
name: "Tuscan Sunset EDP",
|
|
||||||
price: "€65",
|
|
||||||
variant: "50ml Eau de Parfum",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/herbal-medicine-with-plants-blocks-high-angle_23-2149339735.jpg",
|
|
||||||
imageAlt: "Tuscan Sunset Eau de Parfum",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-5",
|
id: "prod-5", name: "Classic Firenze (Mini)", price: "€45", variant: "30ml Traditional Italian", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg", imageAlt: "Classic Firenze Perfume 30ml"},
|
||||||
name: "Classic Firenze (Mini)",
|
|
||||||
price: "€45",
|
|
||||||
variant: "30ml Traditional Italian",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg",
|
|
||||||
imageAlt: "Classic Firenze Perfume 30ml",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod-6",
|
id: "prod-6", name: "Ultra Niche Discovery", price: "€25", variant: "15ml Tuscany Inspired", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-perfume-bottles-white-backdrop_23-2147878900.jpg", imageAlt: "Ultra Niche Discovery Perfume 15ml"},
|
||||||
name: "Ultra Niche Discovery",
|
|
||||||
price: "€25",
|
|
||||||
variant: "15ml Tuscany Inspired",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-perfume-bottles-white-backdrop_23-2147878900.jpg",
|
|
||||||
imageAlt: "Ultra Niche Discovery Perfume 15ml",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Artisan Collection"
|
title="Our Artisan Collection"
|
||||||
description="Explore our handpicked selection of niche and ultra-niche perfumes."
|
description="Explore our handpicked selection of niche and ultra-niche perfumes."
|
||||||
@@ -371,61 +230,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "discovery",
|
id: "discovery", tag: "Experience", tagIcon: Lightbulb,
|
||||||
tag: "Experience",
|
price: "€25 - €45", period: "starting price", description: "Perfect for discovering new scents and our exquisite quality. Ideal for smaller sizes or introductory fragrances.", button: {
|
||||||
tagIcon: Lightbulb,
|
text: "Explore Discovery", href: "#products"},
|
||||||
price: "€25 - €45",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "starting price",
|
"15ml & 30ml sizes", "Traditional Italian scents", "Sampling options", "Artisanal quality"],
|
||||||
description: "Perfect for discovering new scents and our exquisite quality. Ideal for smaller sizes or introductory fragrances.",
|
|
||||||
button: {
|
|
||||||
text: "Explore Discovery",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"15ml & 30ml sizes",
|
|
||||||
"Traditional Italian scents",
|
|
||||||
"Sampling options",
|
|
||||||
"Artisanal quality",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "connoisseur",
|
id: "connoisseur", tag: "Popular", tagIcon: Crown,
|
||||||
tag: "Popular",
|
price: "€50 - €95", period: "most popular", description: "Our most popular range, offering a balance of volume and exclusive concentration for daily elegance.", button: {
|
||||||
tagIcon: Crown,
|
text: "Shop Connoisseur", href: "#products"},
|
||||||
price: "€50 - €95",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "most popular",
|
"50ml Eau de Parfum", "50ml Extrait de Parfum", "Signature & Regional fragrances", "Premium packaging"],
|
||||||
description: "Our most popular range, offering a balance of volume and exclusive concentration for daily elegance.",
|
|
||||||
button: {
|
|
||||||
text: "Shop Connoisseur",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"50ml Eau de Parfum",
|
|
||||||
"50ml Extrait de Parfum",
|
|
||||||
"Signature & Regional fragrances",
|
|
||||||
"Premium packaging",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "ultimate",
|
id: "ultimate", tag: "Premium", tagIcon: Diamond,
|
||||||
tag: "Premium",
|
price: "€100 - €120", period: "ultimate luxury", description: "Indulge in the highest concentration and longevity with our large format, ultra-premium selections.", button: {
|
||||||
tagIcon: Diamond,
|
text: "Embrace Ultimate", href: "#products"},
|
||||||
price: "€100 - €120",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "ultimate luxury",
|
"100ml Eau de Parfum", "100ml Extrait de Parfum", "Ultra-niche Tuscany scents", "Limited edition releases"],
|
||||||
description: "Indulge in the highest concentration and longevity with our large format, ultra-premium selections.",
|
|
||||||
button: {
|
|
||||||
text: "Embrace Ultimate",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"100ml Eau de Parfum",
|
|
||||||
"100ml Extrait de Parfum",
|
|
||||||
"Ultra-niche Tuscany scents",
|
|
||||||
"Limited edition releases",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Luxury for Everyone"
|
title="Luxury for Everyone"
|
||||||
@@ -441,50 +264,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "test-1",
|
id: "test-1", title: "Truly Exquisite Fragrances!", quote: "Hortus Jannat Firenze offers an unparalleled sensory journey. Each scent is a masterpiece, a testament to true Italian artistry. I'm completely captivated!", name: "Isabella Rossi", role: "Perfume Aficionado", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-girl-washing-clothes-with-detergent-modern-self-service-laundry_574295-2567.jpg", imageAlt: "Isabella Rossi"},
|
||||||
title: "Truly Exquisite Fragrances!",
|
|
||||||
quote: "Hortus Jannat Firenze offers an unparalleled sensory journey. Each scent is a masterpiece, a testament to true Italian artistry. I'm completely captivated!",
|
|
||||||
name: "Isabella Rossi",
|
|
||||||
role: "Perfume Aficionado",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-girl-washing-clothes-with-detergent-modern-self-service-laundry_574295-2567.jpg",
|
|
||||||
imageAlt: "Isabella Rossi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "test-2",
|
id: "test-2", title: "A Touch of Florence in Every Drop", quote: "The Tuscany-inspired scents transport me directly to the heart of Italy. The quality and longevity of their Extrait de Parfum are simply incredible.", name: "Marco Bianchi", role: "Luxury Brand Consultant", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623386.jpg", imageAlt: "Marco Bianchi"},
|
||||||
title: "A Touch of Florence in Every Drop",
|
|
||||||
quote: "The Tuscany-inspired scents transport me directly to the heart of Italy. The quality and longevity of their Extrait de Parfum are simply incredible.",
|
|
||||||
name: "Marco Bianchi",
|
|
||||||
role: "Luxury Brand Consultant",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623386.jpg",
|
|
||||||
imageAlt: "Marco Bianchi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "test-3",
|
id: "test-3", title: "My New Signature Scent", quote: "I've finally found my signature fragrance with Hortus Jannat. The blend is so unique and sophisticated, it truly stands out. Highly recommend!", name: "Sofia Ricci", role: "Fashion Editor", imageSrc: "http://img.b2bpic.net/free-photo/pleased-looking-side-young-beautiful-girl-sits-table-with-makeup-tools-holding-winner-cup-isolated-blue-wall_141793-106085.jpg", imageAlt: "Sofia Ricci"},
|
||||||
title: "My New Signature Scent",
|
|
||||||
quote: "I've finally found my signature fragrance with Hortus Jannat. The blend is so unique and sophisticated, it truly stands out. Highly recommend!",
|
|
||||||
name: "Sofia Ricci",
|
|
||||||
role: "Fashion Editor",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-looking-side-young-beautiful-girl-sits-table-with-makeup-tools-holding-winner-cup-isolated-blue-wall_141793-106085.jpg",
|
|
||||||
imageAlt: "Sofia Ricci",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "test-4",
|
id: "test-4", title: "Luxury That's Accessible", quote: "As someone who appreciates niche perfumes, Hortus Jannat delivers exceptional quality without the exorbitant price tag. It's affordable luxury done right.", name: "Andrea Ferrari", role: "Art Collector", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-drink-glass_23-2149721966.jpg", imageAlt: "Andrea Ferrari"},
|
||||||
title: "Luxury That's Accessible",
|
|
||||||
quote: "As someone who appreciates niche perfumes, Hortus Jannat delivers exceptional quality without the exorbitant price tag. It's affordable luxury done right.",
|
|
||||||
name: "Andrea Ferrari",
|
|
||||||
role: "Art Collector",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-drink-glass_23-2149721966.jpg",
|
|
||||||
imageAlt: "Andrea Ferrari",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "test-5",
|
id: "test-5", title: "Elegance and Longevity", quote: "The Extrait de Parfum lasts all day with just a few sprays. It's rare to find such elegance combined with this level of performance. A true gem.", name: "Elena Greco", role: "Beauty Influencer", imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg", imageAlt: "Elena Greco"},
|
||||||
title: "Elegance and Longevity",
|
|
||||||
quote: "The Extrait de Parfum lasts all day with just a few sprays. It's rare to find such elegance combined with this level of performance. A true gem.",
|
|
||||||
name: "Elena Greco",
|
|
||||||
role: "Beauty Influencer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg",
|
|
||||||
imageAlt: "Elena Greco",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Connoisseurs Say"
|
title="What Our Connoisseurs Say"
|
||||||
description="Hear from those who have embraced the luxury and artistry of Hortus Jannat Firenze."
|
description="Hear from those who have embraced the luxury and artistry of Hortus Jannat Firenze."
|
||||||
@@ -498,8 +286,7 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -507,13 +294,9 @@ export default function LandingPage() {
|
|||||||
description="Have questions about our collection or your order? We're here to assist you with a personalized touch. Connect with us for any inquiries."
|
description="Have questions about our collection or your order? We're here to assist you with a personalized touch. Connect with us for any inquiries."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Send an Email",
|
text: "Send an Email", href: "mailto:info@hortusjannat.com"},
|
||||||
href: "mailto:info@hortusjannat.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Our Atelier",
|
text: "Visit Our Atelier", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -523,79 +306,47 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Collection",
|
title: "Collection", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Eau de Parfum",
|
label: "Eau de Parfum", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Extrait de Parfum",
|
label: "Extrait de Parfum", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Italian Perfumes",
|
label: "Italian Perfumes", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tuscany Scents",
|
label: "Tuscany Scents", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Hortus Jannat",
|
title: "Hortus Jannat", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Philosophy",
|
label: "Philosophy", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Refund Policy",
|
label: "Refund Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Shipping (Europe Only)",
|
label: "Shipping (Europe Only)", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Stripe Payments",
|
label: "Stripe Payments", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user