Merge version_2 into main #2
262
src/app/page.tsx
262
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ado Luxury"
|
||||
/>
|
||||
@@ -59,67 +49,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Tailored Elegance. Designed for You."
|
||||
description="Every garment is sculpted with intention, ensuring a flawless silhouette that reflects your individuality and refined taste in modern African luxury."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg?_wi=1"
|
||||
imageAlt="Luxury bespoke fashion editorial"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6726.jpg",
|
||||
alt: "Fashion client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6726.jpg", alt: "Fashion client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-clothes_23-2149241337.jpg",
|
||||
alt: "Fashion client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-clothes_23-2149241337.jpg", alt: "Fashion client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adult-friends-shopping-clothes-together_23-2148385700.jpg",
|
||||
alt: "Fashion client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adult-friends-shopping-clothes-together_23-2148385700.jpg", alt: "Fashion client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929561.jpg",
|
||||
alt: "Fashion client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929561.jpg", alt: "Fashion client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-clothes_23-2149241358.jpg",
|
||||
alt: "Fashion client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-clothes_23-2149241358.jpg", alt: "Fashion client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ elegant clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Tailoring",
|
||||
},
|
||||
type: "text", text: "Precision Tailoring"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Couture",
|
||||
},
|
||||
type: "text", text: "Bespoke Couture"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Fabrics",
|
||||
},
|
||||
type: "text", text: "Premium Fabrics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Silhouette",
|
||||
},
|
||||
type: "text", text: "Modern Silhouette"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Craft",
|
||||
},
|
||||
type: "text", text: "Artisanal Craft"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,29 +95,19 @@ export default function LandingPage() {
|
||||
title="Crafted in Ado Ekiti"
|
||||
metrics={[
|
||||
{
|
||||
label: "Years of Excellence",
|
||||
value: "15+",
|
||||
icon: Award,
|
||||
label: "Years of Excellence", value: "15+", icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Satisfied Clients",
|
||||
value: "1000+",
|
||||
icon: Users,
|
||||
label: "Satisfied Clients", value: "1000+", icon: Users,
|
||||
},
|
||||
{
|
||||
label: "Bespoke Outfits",
|
||||
value: "2500+",
|
||||
icon: Award,
|
||||
label: "Bespoke Outfits", value: "2500+", icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Craftsmanship",
|
||||
value: "Expert",
|
||||
icon: Scissors,
|
||||
label: "Craftsmanship", value: "Expert", icon: Scissors,
|
||||
},
|
||||
{
|
||||
label: "Design Style",
|
||||
value: "Modern",
|
||||
icon: Palette,
|
||||
label: "Design Style", value: "Modern", icon: Palette,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -166,26 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Bespoke Tailoring",
|
||||
description: "Fully custom outfits for men and women, sculpted with precision.",
|
||||
tag: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-his-customer-s-back-with-yellow-measuring-tape_23-2148180303.jpg?_wi=1",
|
||||
},
|
||||
id: "s1", title: "Bespoke Tailoring", description: "Fully custom outfits for men and women, sculpted with precision.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-his-customer-s-back-with-yellow-measuring-tape_23-2148180303.jpg?_wi=1"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Precision Alterations",
|
||||
description: "Refining the fit of your most cherished garments to perfection.",
|
||||
tag: "Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-making-clothes_23-2148875327.jpg?_wi=1",
|
||||
},
|
||||
id: "s2", title: "Precision Alterations", description: "Refining the fit of your most cherished garments to perfection.", tag: "Care", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-making-clothes_23-2148875327.jpg?_wi=1"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Bridal Couture",
|
||||
description: "Luxury bespoke bridal gowns for your most significant moments.",
|
||||
tag: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-lie-wooden-block_1304-5583.jpg?_wi=1",
|
||||
},
|
||||
id: "s3", title: "Bridal Couture", description: "Luxury bespoke bridal gowns for your most significant moments.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-lie-wooden-block_1304-5583.jpg?_wi=1"},
|
||||
]}
|
||||
title="Our Artisan Services"
|
||||
description="We blend heritage techniques with modern tailoring for your unique silhouette."
|
||||
@@ -200,47 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Bridal Ensemble",
|
||||
price: "Custom",
|
||||
variant: "Couture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-boho-dress-with-romantic-garden-aesthetic-vegetation_23-2150260768.jpg",
|
||||
},
|
||||
id: "p1", name: "Bridal Ensemble", price: "Inquire for Pricing", variant: "Couture", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-boho-dress-with-romantic-garden-aesthetic-vegetation_23-2150260768.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Bespoke Suit",
|
||||
price: "Custom",
|
||||
variant: "Men",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-tailor-trying-blue-coat-his-customer-sitting-wooden-chair-shop_23-2148180345.jpg",
|
||||
},
|
||||
id: "p2", name: "Modern Bespoke Suit", price: "Inquire for Pricing", variant: "Men", imageSrc: "http://img.b2bpic.net/free-photo/male-tailor-trying-blue-coat-his-customer-sitting-wooden-chair-shop_23-2148180345.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Silk Occasion Dress",
|
||||
price: "Custom",
|
||||
variant: "Women",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-stepping-into-bush_23-2147781128.jpg",
|
||||
},
|
||||
id: "p3", name: "Silk Occasion Dress", price: "Inquire for Pricing", variant: "Women", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-stepping-into-bush_23-2147781128.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bridal Gown Detail",
|
||||
price: "Custom",
|
||||
variant: "Couture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-posing-chair_23-2149518284.jpg",
|
||||
},
|
||||
id: "p4", name: "Bridal Gown Detail", price: "Inquire for Pricing", variant: "Couture", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-posing-chair_23-2149518284.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Executive Suit",
|
||||
price: "Custom",
|
||||
variant: "Men",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9537.jpg",
|
||||
},
|
||||
id: "p5", name: "Executive Suit", price: "Inquire for Pricing", variant: "Men", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9537.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Evening Wear",
|
||||
price: "Custom",
|
||||
variant: "Women",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craftsman-tailoring-studio_482257-84190.jpg",
|
||||
},
|
||||
id: "p6", name: "Evening Wear", price: "Inquire for Pricing", variant: "Women", imageSrc: "http://img.b2bpic.net/free-photo/craftsman-tailoring-studio_482257-84190.jpg"},
|
||||
]}
|
||||
title="Editorial Showcase"
|
||||
description="A glimpse into our bespoke collections and recent couture transformations."
|
||||
@@ -253,60 +163,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amaka E.",
|
||||
date: "Oct 2023",
|
||||
title: "Bridal Couture",
|
||||
quote: "The fit of my bridal gown was absolute perfection. Truly a high-end experience.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-womans-dresses-making-shopping-smiling-mall_176420-42949.jpg",
|
||||
tag: "Five Stars",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t1", name: "Amaka E.", date: "Oct 2023", title: "Bridal Couture", quote: "The fit of my bridal gown was absolute perfection. Truly a high-end experience.", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-womans-dresses-making-shopping-smiling-mall_176420-42949.jpg", tag: "Five Stars", imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg?_wi=2", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bode O.",
|
||||
date: "Sept 2023",
|
||||
title: "Bespoke Suit",
|
||||
quote: "Unmatched attention to detail. My suits are always the talk of every event.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blonde-woman-holding-eyeglasses-while-smiling-gray-background_114579-60199.jpg",
|
||||
tag: "Five Stars",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898080.jpg",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t2", name: "Bode O.", date: "Sept 2023", title: "Bespoke Suit", quote: "Unmatched attention to detail. My suits are always the talk of every event.", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-woman-holding-eyeglasses-while-smiling-gray-background_114579-60199.jpg", tag: "Five Stars", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898080.jpg", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chidi K.",
|
||||
date: "Aug 2023",
|
||||
title: "Alterations",
|
||||
quote: "I brought in an old heritage garment and they transformed it into a modern masterpiece.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/excited-young-women-trendy-outfits-work-as-fashion-designers-darkskinned-lady-designs-dress-shorthaired-lady-looks-clothes-patter_197531-29784.jpg",
|
||||
tag: "Five Stars",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-making-clothes_23-2148875327.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t3", name: "Chidi K.", date: "Aug 2023", title: "Alterations", quote: "I brought in an old heritage garment and they transformed it into a modern masterpiece.", avatarSrc: "http://img.b2bpic.net/free-photo/excited-young-women-trendy-outfits-work-as-fashion-designers-darkskinned-lady-designs-dress-shorthaired-lady-looks-clothes-patter_197531-29784.jpg", tag: "Five Stars", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-making-clothes_23-2148875327.jpg?_wi=2", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah J.",
|
||||
date: "July 2023",
|
||||
title: "Evening Wear",
|
||||
quote: "The fabric quality and design precision are unmatched in Nigeria.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
|
||||
tag: "Five Stars",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-lie-wooden-block_1304-5583.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t4", name: "Sarah J.", date: "July 2023", title: "Evening Wear", quote: "The fabric quality and design precision are unmatched in Nigeria.", avatarSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", tag: "Five Stars", imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-lie-wooden-block_1304-5583.jpg?_wi=2", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Femi T.",
|
||||
date: "June 2023",
|
||||
title: "Custom Tailoring",
|
||||
quote: "Very reliable, professional, and they truly understand the luxury aesthetic.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-personal-shopper-working_23-2148924143.jpg",
|
||||
tag: "Five Stars",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-his-customer-s-back-with-yellow-measuring-tape_23-2148180303.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t5", name: "Femi T.", date: "June 2023", title: "Custom Tailoring", quote: "Very reliable, professional, and they truly understand the luxury aesthetic.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-personal-shopper-working_23-2148924143.jpg", tag: "Five Stars", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-his-customer-s-back-with-yellow-measuring-tape_23-2148180303.jpg?_wi=2", imageAlt: "happy client portrait professional"},
|
||||
]}
|
||||
title="Client Reflections"
|
||||
description="Stories of elegance, transformation, and flawless fit."
|
||||
@@ -318,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver nationwide?",
|
||||
content: "Yes, we provide reliable nationwide delivery for all our bespoke pieces.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver nationwide?", content: "Yes, we provide reliable nationwide delivery for all our bespoke pieces."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a bespoke order take?",
|
||||
content: "Depending on the complexity, most custom orders are delivered within 2-4 weeks.",
|
||||
},
|
||||
id: "f2", title: "How long does a bespoke order take?", content: "Depending on the complexity, most custom orders are delivered within 2-4 weeks."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you do bridal consultations?",
|
||||
content: "Yes, we specialize in high-end bridal couture and offer private, personalized consultations.",
|
||||
},
|
||||
id: "f3", title: "Do you do bridal consultations?", content: "Yes, we specialize in high-end bridal couture and offer private, personalized consultations."},
|
||||
]}
|
||||
sideTitle="Questions & Care"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -342,14 +198,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Start your bespoke journey. Let's create something extraordinary together."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Consultation",
|
||||
href: "https://wa.me/2340000000000",
|
||||
},
|
||||
text: "WhatsApp Consultation", href: "https://wa.me/2340000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -360,38 +213,25 @@ export default function LandingPage() {
|
||||
logoText="Ado Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Portfolio", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Ado Ekiti, Nigeria",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ado Ekiti, Nigeria", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -400,4 +240,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user