2 Commits

Author SHA1 Message Date
81936039ee Merge version_2 into main
Merge version_2 into main
2026-05-05 21:34:54 +00:00
ab914d4059 Update src/app/page.tsx 2026-05-05 21:34:48 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Al Hajis" brandName="Al Hajis"
/> />
@@ -58,9 +50,7 @@ export default function LandingPage() {
description="Timeless elegance captured in every scent. Discover our signature collection of exquisite fragrances crafted for the discerning soul." description="Timeless elegance captured in every scent. Discover our signature collection of exquisite fragrances crafted for the discerning soul."
buttons={[ buttons={[
{ {
text: "Shop Collection", text: "Shop Collection", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-expensive-perfume-as-present-dark-table-gift-scent-fragnance-marriage-smell-love-feeling-holiday_140725-148352.jpg" imageSrc="http://img.b2bpic.net/free-photo/front-view-expensive-perfume-as-present-dark-table-gift-scent-fragnance-marriage-smell-love-feeling-holiday_140725-148352.jpg"
imageAlt="luxury perfume bottle dark background" imageAlt="luxury perfume bottle dark background"
@@ -72,9 +62,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="The Art of Essence" title="The Art of Essence"
description={[ description={[
"Founded on the principles of traditional craftsmanship and modern luxury, Al Hajis Perfume brings you an unparalleled olfactory journey.", "Founded on the principles of traditional craftsmanship and modern luxury, Al Hajis Perfume brings you an unparalleled olfactory journey.", "Every bottle is a testament to our dedication to quality, sourcing the finest ingredients to create scents that linger in memory."]}
"Every bottle is a testament to our dedication to quality, sourcing the finest ingredients to create scents that linger in memory.",
]}
/> />
</div> </div>
@@ -86,48 +74,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Amber Noir", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/crystal-whiskey-bottle-alcohol-drinks-packaging_53876-110846.jpg", imageAlt: "golden perfume bottle studio shot"},
name: "Amber Noir",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/crystal-whiskey-bottle-alcohol-drinks-packaging_53876-110846.jpg",
imageAlt: "golden perfume bottle studio shot",
},
{ {
id: "2", id: "2", name: "Rose Oud", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/bottle-perfume-based-soil-ingredients_23-2150756805.jpg", imageAlt: "floral scent perfume crystal bottle"},
name: "Rose Oud",
price: "$180",
imageSrc: "http://img.b2bpic.net/free-photo/bottle-perfume-based-soil-ingredients_23-2150756805.jpg",
imageAlt: "floral scent perfume crystal bottle",
},
{ {
id: "3", id: "3", name: "Desert Sand", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg", imageAlt: "woody scent perfume classic bottle"},
name: "Desert Sand",
price: "$125",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg",
imageAlt: "woody scent perfume classic bottle",
},
{ {
id: "4", id: "4", name: "Midnight Bloom", price: "$195", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49297.jpg", imageAlt: "exclusive perfume limited edition bottle"},
name: "Midnight Bloom",
price: "$195",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49297.jpg",
imageAlt: "exclusive perfume limited edition bottle",
},
{ {
id: "5", id: "5", name: "Sandalwood Essence", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292043.jpg", imageAlt: "aromatic perfume essence bottle"},
name: "Sandalwood Essence",
price: "$160",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292043.jpg",
imageAlt: "aromatic perfume essence bottle",
},
{ {
id: "6", id: "6", name: "Royal Musk", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/minimal-arrangement-beauty-products_23-2148961323.jpg", imageAlt: "perfume collection professional shot"},
name: "Royal Musk",
price: "$220",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-arrangement-beauty-products_23-2148961323.jpg",
imageAlt: "perfume collection professional shot",
},
]} ]}
buttons={[{ text: "Explore Full Store", href: "/store" }]}
title="Signature Collection" title="Signature Collection"
description="Our curated selection of premium fragrances, blending rare oils and timeless notes." description="Our curated selection of premium fragrances, blending rare oils and timeless notes."
/> />
@@ -141,23 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Rare Ingredients", title: "Rare Ingredients", description: "We source the rarest botanical oils from across the globe.", imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-chemical-experiment_140725-8187.jpg", imageAlt: "artisanal perfume distillation process"},
description: "We source the rarest botanical oils from across the globe.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-chemical-experiment_140725-8187.jpg",
imageAlt: "artisanal perfume distillation process",
},
{ {
title: "Long Lasting", title: "Long Lasting", description: "Formulated for longevity, our scents evolve elegantly throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420734.jpg", imageAlt: "golden perfume bottle studio shot"},
description: "Formulated for longevity, our scents evolve elegantly throughout the day.",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420734.jpg",
imageAlt: "golden perfume bottle studio shot",
},
{ {
title: "Artisanal Craft", title: "Artisanal Craft", description: "Hand-blended in small batches to ensure perfect harmony.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-engagement-ring-plants_23-2148966191.jpg", imageAlt: "exclusive perfume limited edition bottle"},
description: "Hand-blended in small batches to ensure perfect harmony.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-engagement-ring-plants_23-2148966191.jpg",
imageAlt: "exclusive perfume limited edition bottle",
},
]} ]}
title="Why Al Hajis?" title="Why Al Hajis?"
description="Our commitment to excellence ensures every drop provides an extraordinary experience." description="Our commitment to excellence ensures every drop provides an extraordinary experience."
@@ -169,14 +116,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Fragrance Weekly", "Fragrance Weekly", "Luxury Lifestyle", "Perfume Times", "Scent Monthly", "Essence Digest", "Trend Mag", "Global Scent Review"]}
"Luxury Lifestyle",
"Perfume Times",
"Scent Monthly",
"Essence Digest",
"Trend Mag",
"Global Scent Review",
]}
title="Trusted by Connoisseurs" title="Trusted by Connoisseurs"
description="Featured in leading luxury and lifestyle publications worldwide." description="Featured in leading luxury and lifestyle publications worldwide."
/> />
@@ -190,50 +130,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Fatima A.", role: "Collector", company: "Abu Dhabi", rating: 5,
name: "Fatima A.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-talking-phone_23-2148238189.jpg", imageAlt: "satisfied perfume customer portrait"},
role: "Collector",
company: "Abu Dhabi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-talking-phone_23-2148238189.jpg",
imageAlt: "satisfied perfume customer portrait",
},
{ {
id: "2", id: "2", name: "Ahmed K.", role: "Professional", company: "Dubai", rating: 5,
name: "Ahmed K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-shopping-organic-products_23-2148672816.jpg", imageAlt: "man holding premium perfume"},
role: "Professional",
company: "Dubai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-shopping-organic-products_23-2148672816.jpg",
imageAlt: "man holding premium perfume",
},
{ {
id: "3", id: "3", name: "Sara M.", role: "Entrepreneur", company: "Riyadh", rating: 5,
name: "Sara M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-luxury-blonde-woman-with-perfect-makeup-posing-holding-pink-rose_132075-9277.jpg", imageAlt: "young woman testing premium fragrance"},
role: "Entrepreneur",
company: "Riyadh",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-luxury-blonde-woman-with-perfect-makeup-posing-holding-pink-rose_132075-9277.jpg",
imageAlt: "young woman testing premium fragrance",
},
{ {
id: "4", id: "4", name: "Khalid S.", role: "Architect", company: "Doha", rating: 5,
name: "Khalid S.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-shop-assistant-checking-merchandise-apparel-shop_1098-20674.jpg", imageAlt: "stylish person perfume boutique"},
role: "Architect",
company: "Doha",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-shop-assistant-checking-merchandise-apparel-shop_1098-20674.jpg",
imageAlt: "stylish person perfume boutique",
},
{ {
id: "5", id: "5", name: "Noora L.", role: "Designer", company: "Muscat", rating: 5,
name: "Noora L.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722558.jpg", imageAlt: "happy customer perfume collection"},
role: "Designer",
company: "Muscat",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722558.jpg",
imageAlt: "happy customer perfume collection",
},
]} ]}
title="Loved by You" title="Loved by You"
description="Hear what our patrons say about their experience with Al Hajis." description="Hear what our patrons say about their experience with Al Hajis."
@@ -246,20 +156,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Are these natural ingredients?", content: "Yes, we use a blend of natural botanical extracts and high-grade synthetics for balance."},
title: "Are these natural ingredients?",
content: "Yes, we use a blend of natural botanical extracts and high-grade synthetics for balance.",
},
{ {
id: "2", id: "2", title: "Do you offer samples?", content: "Yes, we offer discovery kits with small vials of our signature collection."},
title: "Do you offer samples?",
content: "Yes, we offer discovery kits with small vials of our signature collection.",
},
{ {
id: "3", id: "3", title: "How long does shipping take?", content: "Local shipping takes 2-3 business days, international shipping takes 7-10 days."},
title: "How long does shipping take?",
content: "Local shipping takes 2-3 business days, international shipping takes 7-10 days.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-women-working-as-wedding-planners_23-2150328558.jpg" imageSrc="http://img.b2bpic.net/free-photo/side-view-women-working-as-wedding-planners_23-2150328558.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -274,16 +175,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Inquiry" tag="Inquiry"
title="Visit Our Boutique" title="Visit Our Boutique"
description="Book a private scent consultation with our experts at our flagship boutique." description="Book a private scent consultation with our experts at our flagship boutique."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Contact Us", href: "mailto:hello@alhajis.com"},
href: "mailto:hello@alhajis.com",
},
]} ]}
/> />
</div> </div>
@@ -297,4 +195,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }