Update src/app/page.tsx
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Alya'an"
|
||||
/>
|
||||
@@ -56,77 +48,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Timeless Elegance in Every Bottle"
|
||||
description="Discover Alya'an Perfume—where tradition meets contemporary luxury. Each scent is a masterpiece designed to define your presence."
|
||||
kpis={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Exclusive Scents",
|
||||
},
|
||||
value: "20+", label: "Exclusive Scents"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Pure Essence",
|
||||
},
|
||||
value: "100%", label: "Pure Essence"},
|
||||
{
|
||||
value: "Award",
|
||||
label: "Luxury Craft",
|
||||
},
|
||||
value: "Award", label: "Luxury Craft"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Scents",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Scents", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097711.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097711.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg",
|
||||
alt: "Elegant vegan alcohol arrangement",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg", alt: "Elegant vegan alcohol arrangement"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg",
|
||||
alt: "Pink orchid next to girly arrangement",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", alt: "Pink orchid next to girly arrangement"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg",
|
||||
alt: "Luxurious lifestyle concept on table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg", alt: "Luxurious lifestyle concept on table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg",
|
||||
alt: "Women's day still life with makeup and jewelry",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg", alt: "Women's day still life with makeup and jewelry"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961351.jpg",
|
||||
alt: "Minimal beauty products composition",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961351.jpg", alt: "Minimal beauty products composition"},
|
||||
]}
|
||||
avatarText="Join 500+ perfume enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
type: "text", text: "Sustainable Sourcing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Crafted",
|
||||
},
|
||||
type: "text", text: "Artisan Crafted"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rare Botanicals",
|
||||
},
|
||||
type: "text", text: "Rare Botanicals"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Enduring Elegance",
|
||||
},
|
||||
type: "text", text: "Enduring Elegance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Inspiration",
|
||||
},
|
||||
type: "text", text: "Global Inspiration"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,7 +102,7 @@ export default function LandingPage() {
|
||||
description="Alya'an Perfume is born from a desire to encapsulate emotions and memories into liquid form. Our perfumers meticulously blend rare botanical extracts to ensure every fragrance tells a story of sophistication."
|
||||
subdescription="Crafted with passion, worn with distinction."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-preparing-foam-barbershop_23-2147737003.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-preparing-foam-barbershop_23-2147737003.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -151,40 +114,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rare Ingredients",
|
||||
description: "Sourced from the finest landscapes globally.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types-background_114579-8067.jpg",
|
||||
},
|
||||
title: "Rare Ingredients", description: "Sourced from the finest landscapes globally.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types-background_114579-8067.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soap-making-ingredients-close-up_23-2148897599.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097711.jpg?_wi=2",
|
||||
imageAlt: "perfume ingredients floral essences",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soap-making-ingredients-close-up_23-2148897599.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Artisan Craft",
|
||||
description: "Hand-blended by master perfumers.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420646.jpg",
|
||||
},
|
||||
title: "Artisan Craft", description: "Hand-blended by master perfumers.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420646.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307252.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-foam-barbershop_23-2147737003.jpg?_wi=2",
|
||||
imageAlt: "perfume ingredients floral essences",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307252.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Lasting Impression",
|
||||
description: "Long-wearing concentrations for enduring elegance.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721383.jpg",
|
||||
},
|
||||
title: "Lasting Impression", description: "Long-wearing concentrations for enduring elegance.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721383.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-hearts_1048-4221.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg?_wi=1",
|
||||
imageAlt: "perfume ingredients floral essences",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-hearts_1048-4221.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -200,26 +145,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15",
|
||||
title: "Master Blends",
|
||||
description: "Curated collections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "15", title: "Master Blends", description: "Curated collections.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Happy Clients",
|
||||
description: "Distinguished patrons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307222.jpg",
|
||||
},
|
||||
id: "m2", value: "5k+", title: "Happy Clients", description: "Distinguished patrons.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307222.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
title: "Countries",
|
||||
description: "Global inspiration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg",
|
||||
},
|
||||
id: "m3", value: "12", title: "Countries", description: "Global inspiration.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg"},
|
||||
]}
|
||||
title="Quality in Numbers"
|
||||
description="Our commitment to excellence quantified."
|
||||
@@ -234,41 +164,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Midnight Bloom",
|
||||
price: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246381.jpg",
|
||||
},
|
||||
id: "p1", name: "Midnight Bloom", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246381.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Golden Oud",
|
||||
price: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-perfume-bottle-minimal-beauty-product-packaging-with-design-space_53876-126578.jpg",
|
||||
},
|
||||
id: "p2", name: "Golden Oud", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/glass-perfume-bottle-minimal-beauty-product-packaging-with-design-space_53876-126578.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Azure Musk",
|
||||
price: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wet-daisies-close-up_23-2148151447.jpg",
|
||||
},
|
||||
id: "p3", name: "Azure Musk", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/wet-daisies-close-up_23-2148151447.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Royal Amber",
|
||||
price: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420673.jpg",
|
||||
},
|
||||
id: "p4", name: "Royal Amber", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420673.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Velvet Rose",
|
||||
price: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-fan-yellow-background_23-2148306729.jpg",
|
||||
},
|
||||
id: "p5", name: "Velvet Rose", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-fan-yellow-background_23-2148306729.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sandalwood Noir",
|
||||
price: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-serum-based-soil-ingredients_23-2150756826.jpg",
|
||||
},
|
||||
id: "p6", name: "Sandalwood Noir", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/bottle-serum-based-soil-ingredients_23-2150756826.jpg"},
|
||||
]}
|
||||
title="Signature Collections"
|
||||
description="Explore our curated selection of luxury fragrances."
|
||||
@@ -281,45 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exceptional",
|
||||
quote: "The most exquisite scent I have ever worn.",
|
||||
name: "Aisha K.",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holidays-spring-party-concept-portrait-tender-lovely-blond-woman-white-dress-dancing-joyfully-with-two-macarons-smiling-happy-eating-delicious-dessert-tasty-food-pink-background_1258-93862.jpg",
|
||||
},
|
||||
id: "t1", title: "Exceptional", quote: "The most exquisite scent I have ever worn.", name: "Aisha K.", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/holidays-spring-party-concept-portrait-tender-lovely-blond-woman-white-dress-dancing-joyfully-with-two-macarons-smiling-happy-eating-delicious-dessert-tasty-food-pink-background_1258-93862.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Refined",
|
||||
quote: "Alya'an redefined my daily presence.",
|
||||
name: "Omar F.",
|
||||
role: "Businessman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336393.jpg",
|
||||
},
|
||||
id: "t2", title: "Refined", quote: "Alya'an redefined my daily presence.", name: "Omar F.", role: "Businessman", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336393.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Elegant",
|
||||
quote: "Pure perfection in a bottle.",
|
||||
name: "Sara M.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-dancer-listening-music-headphones-with-copy-space_23-2148417988.jpg",
|
||||
},
|
||||
id: "t3", title: "Elegant", quote: "Pure perfection in a bottle.", name: "Sara M.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-dancer-listening-music-headphones-with-copy-space_23-2148417988.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Sophisticated",
|
||||
quote: "I get asked about my perfume daily.",
|
||||
name: "Youssef Z.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-girl-soft-colored-sweater-white-background-holds-small-cute-gift-boxes_343596-8024.jpg",
|
||||
},
|
||||
id: "t4", title: "Sophisticated", quote: "I get asked about my perfume daily.", name: "Youssef Z.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-girl-soft-colored-sweater-white-background-holds-small-cute-gift-boxes_343596-8024.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Unrivaled",
|
||||
quote: "Quality that speaks for itself.",
|
||||
name: "Leila B.",
|
||||
role: "Artisan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg",
|
||||
},
|
||||
id: "t5", title: "Unrivaled", quote: "Quality that speaks for itself.", name: "Leila B.", role: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg"},
|
||||
]}
|
||||
title="Loved by Aficionados"
|
||||
description="Hear what our distinguished clients say."
|
||||
@@ -331,20 +207,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What makes our perfume unique?",
|
||||
content: "We use 100% natural essences sourced from heritage farms.",
|
||||
},
|
||||
id: "f1", title: "What makes our perfume unique?", content: "We use 100% natural essences sourced from heritage farms."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are these fragrances long-lasting?",
|
||||
content: "Yes, our high-concentration blends ensure endurance throughout the day.",
|
||||
},
|
||||
id: "f2", title: "Are these fragrances long-lasting?", content: "Yes, our high-concentration blends ensure endurance throughout the day."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How should I store my perfume?",
|
||||
content: "Keep in a cool, dry place away from direct sunlight.",
|
||||
},
|
||||
id: "f3", title: "How should I store my perfume?", content: "Keep in a cool, dry place away from direct sunlight."},
|
||||
]}
|
||||
sideTitle="Expert Guidance"
|
||||
sideDescription="Common queries regarding our fragrances."
|
||||
@@ -356,8 +223,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in Touch"
|
||||
title="Join Our Journey"
|
||||
description="Sign up for updates on our latest scent releases and exclusive boutique events."
|
||||
@@ -372,25 +238,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user