Merge version_2 into main #1
187
src/app/page.tsx
187
src/app/page.tsx
@@ -33,50 +33,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Abaan Designer"
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="ABAAN DESIGNER"
|
||||
description="Where tradition meets contemporary silhouette. Masterfully crafted bespoke suits and premium Indian outfits for the modern gentleman."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-senior-male-fashion-designer-measuring-fabric-with-wooden-ruler_23-2148180314.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,9 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Heritage & Precision"
|
||||
description={[
|
||||
"Founded on the principles of artisanal excellence, Abaan Designer breathes life into heritage patterns with a modern edge.",
|
||||
"Every stitch in our workshop serves as a testament to our commitment to luxury fabrics, impeccable fits, and timeless style.",
|
||||
]}
|
||||
"Founded on the principles of artisanal excellence, Abaan Designer breathes life into heritage patterns with a modern edge.", "Every stitch in our workshop serves as a testament to our commitment to luxury fabrics, impeccable fits, and timeless style."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,47 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Royal Silk Sherwani",
|
||||
price: "$950",
|
||||
variant: "Bespoke Ethnic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-black-suit-standing-outside_1157-33229.jpg",
|
||||
},
|
||||
id: "1", name: "Royal Silk Sherwani", price: "$950", variant: "Bespoke Ethnic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-black-suit-standing-outside_1157-33229.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Midnight Tuxedo",
|
||||
price: "$800",
|
||||
variant: "Premium Formal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-suit_23-2147876771.jpg",
|
||||
},
|
||||
id: "2", name: "Midnight Tuxedo", price: "$800", variant: "Premium Formal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-suit_23-2147876771.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Festive Kurta Set",
|
||||
price: "$450",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-red-dress-with-wreath-garland-neck-holding-christmas-bag-isolated-green-background_141793-40693.jpg",
|
||||
},
|
||||
id: "3", name: "Festive Kurta Set", price: "$450", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-red-dress-with-wreath-garland-neck-holding-christmas-bag-isolated-green-background_141793-40693.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Velvet Evening Blazer",
|
||||
price: "$600",
|
||||
variant: "Couture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-portrait-stylish-businesswoman-with-braid-sunglasses-wearing-fashionable-bright-purple-suit-trench-coat-her-shoulders-she-is-holding-luxurious-leather-bag-her-hand_132075-9372.jpg",
|
||||
},
|
||||
id: "4", name: "Velvet Evening Blazer", price: "$600", variant: "Couture", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-portrait-stylish-businesswoman-with-braid-sunglasses-wearing-fashionable-bright-purple-suit-trench-coat-her-shoulders-she-is-holding-luxurious-leather-bag-her-hand_132075-9372.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bandhgala Heritage Suit",
|
||||
price: "$750",
|
||||
variant: "Royal Cut",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-with-christmas-present-home-hanging-toy_114579-80786.jpg",
|
||||
},
|
||||
id: "5", name: "Bandhgala Heritage Suit", price: "$750", variant: "Royal Cut", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-with-christmas-present-home-hanging-toy_114579-80786.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wedding Sherwani Deluxe",
|
||||
price: "$1200",
|
||||
variant: "Masterpiece",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-dress-with-interesting-button_23-2148237607.jpg",
|
||||
},
|
||||
id: "6", name: "Wedding Sherwani Deluxe", price: "$1200", variant: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-dress-with-interesting-button_23-2148237607.jpg"},
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Exquisite craftsmanship tailored for your most significant moments."
|
||||
@@ -157,25 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated to fine tailoring",
|
||||
icon: Award,
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Dedicated to fine tailoring", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2000+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Across the globe",
|
||||
icon: Users,
|
||||
id: "m2", value: "2000+", title: "Satisfied Clients", description: "Across the globe", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Fabric Varieties",
|
||||
description: "Premium selections daily",
|
||||
icon: Shield,
|
||||
id: "m3", value: "500+", title: "Fabric Varieties", description: "Premium selections daily", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Excellence in Figures"
|
||||
@@ -190,40 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Arjun Mehta",
|
||||
role: "Corporate Lead",
|
||||
testimonial: "The attention to detail in my wedding blazer was unparalleled. Truly exceptional craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
||||
},
|
||||
id: "t1", name: "Arjun Mehta", role: "Corporate Lead", testimonial: "The attention to detail in my wedding blazer was unparalleled. Truly exceptional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Vikram Singh",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "Abaan Designer provided the most seamless bespoke experience. Highly recommended for quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-celebrating-her-quinceanera_23-2149449253.jpg",
|
||||
},
|
||||
id: "t2", name: "Vikram Singh", role: "Entrepreneur", testimonial: "Abaan Designer provided the most seamless bespoke experience. Highly recommended for quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-celebrating-her-quinceanera_23-2149449253.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rahul Sharma",
|
||||
role: "Architect",
|
||||
testimonial: "Quality that speaks for itself. The fit of my sherwani was absolutely perfect for my big day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-using-smartphone-office_329181-19631.jpg",
|
||||
},
|
||||
id: "t3", name: "Rahul Sharma", role: "Architect", testimonial: "Quality that speaks for itself. The fit of my sherwani was absolutely perfect for my big day.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-using-smartphone-office_329181-19631.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Priya Singh",
|
||||
role: "Designer",
|
||||
testimonial: "I trust them with all my custom orders. Their fabrics and patterns are consistently ahead of trends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman_329181-732.jpg",
|
||||
},
|
||||
id: "t4", name: "Priya Singh", role: "Designer", testimonial: "I trust them with all my custom orders. Their fabrics and patterns are consistently ahead of trends.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman_329181-732.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sameer Khan",
|
||||
role: "Consultant",
|
||||
testimonial: "Exceptional service and timely delivery. My custom blazer fits like a dream.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg",
|
||||
},
|
||||
id: "t5", name: "Sameer Khan", role: "Consultant", testimonial: "Exceptional service and timely delivery. My custom blazer fits like a dream.", imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg"},
|
||||
]}
|
||||
title="Stories of Elegance"
|
||||
description="Hear what our distinguished clients say about their bespoke experience."
|
||||
@@ -236,26 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Detail",
|
||||
title: "Artisanal Embroidery",
|
||||
subtitle: "Intricate hand-stitched details",
|
||||
description: "Each piece features unique hand-embroidery work by skilled master artisans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-elegant-gray-pocket-square-patterned-blazer_181624-59723.jpg",
|
||||
},
|
||||
tag: "Detail", title: "Artisanal Embroidery", subtitle: "Intricate hand-stitched details", description: "Each piece features unique hand-embroidery work by skilled master artisans.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-elegant-gray-pocket-square-patterned-blazer_181624-59723.jpg"},
|
||||
{
|
||||
tag: "Process",
|
||||
title: "Bespoke Construction",
|
||||
subtitle: "Engineered for your fit",
|
||||
description: "We focus on body-specific structural engineering for the perfect silhouette.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-male-tailor-taking-measurement-man-s-waist_23-2148180364.jpg",
|
||||
},
|
||||
tag: "Process", title: "Bespoke Construction", subtitle: "Engineered for your fit", description: "We focus on body-specific structural engineering for the perfect silhouette.", imageSrc: "http://img.b2bpic.net/free-photo/midsection-male-tailor-taking-measurement-man-s-waist_23-2148180364.jpg"},
|
||||
{
|
||||
tag: "Material",
|
||||
title: "Premium Textiles",
|
||||
subtitle: "Sourced globally",
|
||||
description: "Only the finest silks, velvets, and wools are selected for our collections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-purple-texture-fabric-with-small-pattern-small-squares_91008-489.jpg",
|
||||
},
|
||||
tag: "Material", title: "Premium Textiles", subtitle: "Sourced globally", description: "Only the finest silks, velvets, and wools are selected for our collections.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-purple-texture-fabric-with-small-pattern-small-squares_91008-489.jpg"},
|
||||
]}
|
||||
title="Crafting Perfection"
|
||||
description="We blend heritage techniques with modern efficiency to guarantee the highest quality in every garment."
|
||||
@@ -268,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a bespoke suit take?",
|
||||
content: "Our typical process takes 4-6 weeks to ensure the highest standards of fit and craftsmanship.",
|
||||
},
|
||||
id: "f1", title: "How long does a bespoke suit take?", content: "Our standard process takes 6 weeks, but we offer a 4-week fast-track option for those who need their look sooner."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I request custom fabric?",
|
||||
content: "Yes, we maintain a vast library of luxury fabrics and can source specific materials upon request.",
|
||||
},
|
||||
id: "f2", title: "Can I request custom fabric?", content: "Yes, we maintain a vast library of luxury fabrics and can source specific materials upon request."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Absolutely. We ship our bespoke outfits worldwide to ensure luxury access anywhere.",
|
||||
},
|
||||
id: "f3", title: "Do you ship internationally?", content: "Absolutely. We ship our bespoke outfits worldwide to ensure luxury access anywhere."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our process? We've got answers."
|
||||
@@ -293,14 +183,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready to tailor your perfect look?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "mailto:hello@abaandesigner.com",
|
||||
},
|
||||
text: "Book a Consultation", href: "mailto:hello@abaandesigner.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,16 +196,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="ABAAN DESIGNER"
|
||||
leftLink={{
|
||||
text: "© 2024 Abaan Designer. All rights reserved.",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Abaan Designer. All rights reserved.", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user