Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -28,38 +28,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "New Arrivals",
|
||||
id: "/products",
|
||||
},
|
||||
name: "New Arrivals", id: "/products"},
|
||||
{
|
||||
name: "Chikankari",
|
||||
id: "/products#chikankari",
|
||||
},
|
||||
name: "Chikankari", id: "/products#chikankari"},
|
||||
{
|
||||
name: "Formals",
|
||||
id: "/products#formals",
|
||||
},
|
||||
name: "Formals", id: "/products#formals"},
|
||||
{
|
||||
name: "Bridal",
|
||||
id: "/products#bridal",
|
||||
},
|
||||
name: "Bridal", id: "/products#bridal"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "/our-story",
|
||||
},
|
||||
name: "Our Story", id: "/our-story"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact-us",
|
||||
},
|
||||
name: "Contact", id: "/contact-us"},
|
||||
]}
|
||||
brandName="ALIF BY KASHAF"
|
||||
button={{
|
||||
text: "Cart",
|
||||
}}
|
||||
text: "Cart"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,19 +56,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Feather,
|
||||
label: "Legacy of Artisans",
|
||||
value: "3 Generations",
|
||||
},
|
||||
label: "Legacy of Artisans", value: "3 Generations"},
|
||||
{
|
||||
icon: Palette,
|
||||
label: "Unique Designs",
|
||||
value: "1000s",
|
||||
},
|
||||
label: "Unique Designs", value: "1000s"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Global Patronage",
|
||||
value: "Growing",
|
||||
},
|
||||
label: "Global Patronage", value: "Growing"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -96,33 +75,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Kashaf Rahman",
|
||||
role: "Founder & Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379234.jpg",
|
||||
imageAlt: "Kashaf Rahman",
|
||||
},
|
||||
id: "t1", name: "Kashaf Rahman", role: "Founder & Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379234.jpg", imageAlt: "Kashaf Rahman"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Asad Khan",
|
||||
role: "Master Embroiderer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-fashion-designer_23-2151537691.jpg",
|
||||
imageAlt: "Asad Khan",
|
||||
},
|
||||
id: "t2", name: "Asad Khan", role: "Master Embroiderer", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-fashion-designer_23-2151537691.jpg", imageAlt: "Asad Khan"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Zoya Malik",
|
||||
role: "Textile & Design Head",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-their-tailor-job_23-2151923171.jpg",
|
||||
imageAlt: "Zoya Malik",
|
||||
},
|
||||
id: "t3", name: "Zoya Malik", role: "Textile & Design Head", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-their-tailor-job_23-2151923171.jpg", imageAlt: "Zoya Malik"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Imran Sheikh",
|
||||
role: "E-commerce & Brand Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-woman-her-phone-concept_23-2148286062.jpg",
|
||||
imageAlt: "Imran Sheikh",
|
||||
},
|
||||
id: "t4", name: "Imran Sheikh", role: "E-commerce & Brand Lead", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-woman-her-phone-concept_23-2148286062.jpg", imageAlt: "Imran Sheikh"},
|
||||
]}
|
||||
title="Meet the Visionaries Behind Alif"
|
||||
description="Our team of dedicated designers, artisans, and strategists are committed to preserving and evolving the art of ethnic fashion."
|
||||
@@ -133,25 +92,17 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Diamond,
|
||||
title: "Bespoke Designs",
|
||||
value: "1500+",
|
||||
},
|
||||
id: "m1", icon: Diamond,
|
||||
title: "Bespoke Designs", value: "1500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Globe,
|
||||
title: "Countries Served",
|
||||
value: "40+",
|
||||
},
|
||||
id: "m2", icon: Globe,
|
||||
title: "Countries Served", value: "40+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Sparkles,
|
||||
title: "Satisfied Clients",
|
||||
value: "10k+",
|
||||
},
|
||||
id: "m3", icon: Sparkles,
|
||||
title: "Satisfied Clients", value: "10k+"},
|
||||
]}
|
||||
title="Our Milestones"
|
||||
description="Proud moments and achievements that define our journey in luxury ethnic fashion."
|
||||
@@ -165,14 +116,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/alifbykashaf",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/alifbykashaf", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/1234567890",
|
||||
ariaLabel: "WhatsApp Care",
|
||||
},
|
||||
href: "https://wa.me/1234567890", ariaLabel: "WhatsApp Care"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
223
src/app/page.tsx
223
src/app/page.tsx
@@ -30,38 +30,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "New Arrivals",
|
||||
id: "/products",
|
||||
},
|
||||
name: "New Arrivals", id: "/products"},
|
||||
{
|
||||
name: "Chikankari",
|
||||
id: "/products#chikankari",
|
||||
},
|
||||
name: "Chikankari", id: "/products#chikankari"},
|
||||
{
|
||||
name: "Formals",
|
||||
id: "/products#formals",
|
||||
},
|
||||
name: "Formals", id: "/products#formals"},
|
||||
{
|
||||
name: "Bridal",
|
||||
id: "/products#bridal",
|
||||
},
|
||||
name: "Bridal", id: "/products#bridal"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "/our-story",
|
||||
},
|
||||
name: "Our Story", id: "/our-story"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact-us",
|
||||
},
|
||||
name: "Contact", id: "/contact-us"},
|
||||
]}
|
||||
brandName="ALIF BY KASHAF"
|
||||
button={{
|
||||
text: "Cart",
|
||||
}}
|
||||
text: "Cart"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,58 +55,30 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Timeless Heritage. Modern Grace."
|
||||
description="Discover Alif by Kashaf's exquisite hand-embroidered luxury formals and bridal wear, crafted with decades of artisanal expertise."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Zara Ali",
|
||||
handle: "@zara_couture",
|
||||
testimonial: "The Chikankari suit I received is beyond stunning. The intricate work and fabric quality are unmatched. Truly a piece of art!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabian-business-woman-outside-town_1303-10204.jpg",
|
||||
imageAlt: "Zara Ali",
|
||||
},
|
||||
name: "Zara Ali", handle: "@zara_couture", testimonial: "The Chikankari suit I received is beyond stunning. The intricate work and fabric quality are unmatched. Truly a piece of art!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabian-business-woman-outside-town_1303-10204.jpg", imageAlt: "Zara Ali"},
|
||||
{
|
||||
name: "Aisha Khan",
|
||||
handle: "@aisha_elegance",
|
||||
testimonial: "Alif by Kashaf transformed my bridal vision into reality. The Parsi embroidery was breathtaking, and the service was impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-nature-fashionable-elegance-generated-by-ai_188544-41819.jpg",
|
||||
imageAlt: "Aisha Khan",
|
||||
},
|
||||
name: "Aisha Khan", handle: "@aisha_elegance", testimonial: "Alif by Kashaf transformed my bridal vision into reality. The Parsi embroidery was breathtaking, and the service was impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-nature-fashionable-elegance-generated-by-ai_188544-41819.jpg", imageAlt: "Aisha Khan"},
|
||||
{
|
||||
name: "Fatima Sohail",
|
||||
handle: "@fatima_style",
|
||||
testimonial: "Their Luxury Formals are a wardrobe essential. The Tarkashi details are so delicate and elegant. I feel regal every time I wear it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
|
||||
imageAlt: "Fatima Sohail",
|
||||
},
|
||||
name: "Fatima Sohail", handle: "@fatima_style", testimonial: "Their Luxury Formals are a wardrobe essential. The Tarkashi details are so delicate and elegant. I feel regal every time I wear it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", imageAlt: "Fatima Sohail"},
|
||||
{
|
||||
name: "Sana Sheikh",
|
||||
handle: "@sana_luxury",
|
||||
testimonial: "The craftsmanship in every piece is evident. It's not just clothing, it's wearable heritage. Highly recommend for special occasions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-coat-with-bag-posing_1153-5557.jpg",
|
||||
imageAlt: "Sana Sheikh",
|
||||
},
|
||||
name: "Sana Sheikh", handle: "@sana_luxury", testimonial: "The craftsmanship in every piece is evident. It's not just clothing, it's wearable heritage. Highly recommend for special occasions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-coat-with-bag-posing_1153-5557.jpg", imageAlt: "Sana Sheikh"},
|
||||
{
|
||||
name: "Meera Aziz",
|
||||
handle: "@meera_fashion",
|
||||
testimonial: "I'm captivated by the beauty and artistry of Alif by Kashaf's collection. Each outfit tells a story of tradition and luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-blond-woman-enjoing-vacation-chilling-stylish-beach-club-wearing-stylish-boho-summer-outfit_273443-5080.jpg",
|
||||
imageAlt: "Meera Aziz",
|
||||
},
|
||||
name: "Meera Aziz", handle: "@meera_fashion", testimonial: "I'm captivated by the beauty and artistry of Alif by Kashaf's collection. Each outfit tells a story of tradition and luxury.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-blond-woman-enjoing-vacation-chilling-stylish-beach-club-wearing-stylish-boho-summer-outfit_273443-5080.jpg", imageAlt: "Meera Aziz"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore the Atelier",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Explore the Atelier", href: "/products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-buta-shaped-stone-jewelry_114579-12169.jpg"
|
||||
videoSrc="asset://hero-video-loop"
|
||||
@@ -130,53 +87,31 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "THE ART OF HAND EMBROIDERY",
|
||||
},
|
||||
type: "text", text: "THE ART OF HAND EMBROIDERY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "DISCOVER THE CHIKANKARI COLLECTION",
|
||||
},
|
||||
type: "text", text: "DISCOVER THE CHIKANKARI COLLECTION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "LUXURY FORMALS & BRIDAL WEAR",
|
||||
},
|
||||
type: "text", text: "LUXURY FORMALS & BRIDAL WEAR"},
|
||||
{
|
||||
type: "text",
|
||||
text: "HERITAGE CRAFTSMANSHIP",
|
||||
},
|
||||
type: "text", text: "HERITAGE CRAFTSMANSHIP"},
|
||||
{
|
||||
type: "text",
|
||||
text: "WORLDWIDE EXPRESS DELIVERY",
|
||||
},
|
||||
type: "text", text: "WORLDWIDE EXPRESS DELIVERY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "EXQUISITE TARKASHI & PARSI EMBROIDERY",
|
||||
},
|
||||
type: "text", text: "EXQUISITE TARKASHI & PARSI EMBROIDERY"},
|
||||
]}
|
||||
marqueeSpeed={20}
|
||||
showMarqueeCard={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautyful-thai-woman-wearing-thai-dress_1150-16088.jpg",
|
||||
alt: "Beautiful woman wearing traditional attire",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautyful-thai-woman-wearing-thai-dress_1150-16088.jpg", alt: "Beautiful woman wearing traditional attire"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-embroidered-shirt_23-2149302536.jpg",
|
||||
alt: "Portrait of a confident woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-embroidered-shirt_23-2149302536.jpg", alt: "Portrait of a confident woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tanned-caucasian-female-with-fierce-posing-amusement-park_181624-33274.jpg",
|
||||
alt: "Glamorous woman with a sophisticated look",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tanned-caucasian-female-with-fierce-posing-amusement-park_181624-33274.jpg", alt: "Glamorous woman with a sophisticated look"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautyful-thai-woman-wearing-thai-dress_1150-16057.jpg",
|
||||
alt: "Elegant lady with an ethnic background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautyful-thai-woman-wearing-thai-dress_1150-16057.jpg", alt: "Elegant lady with an ethnic background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-woman-with-red-lips-headscarf-silk-blouse-with-smile-looks-into-camera-orange-space_197531-15302.jpg",
|
||||
alt: "Stylish woman in luxury fashion",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-woman-with-red-lips-headscarf-silk-blouse-with-smile-looks-into-camera-orange-space_197531-15302.jpg", alt: "Stylish woman in luxury fashion"},
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied clients"
|
||||
/>
|
||||
@@ -189,19 +124,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Craft Heritage",
|
||||
value: "30+",
|
||||
},
|
||||
label: "Years of Craft Heritage", value: "30+"},
|
||||
{
|
||||
icon: Feather,
|
||||
label: "Intricate Hand Embroideries",
|
||||
value: "100s",
|
||||
},
|
||||
label: "Intricate Hand Embroideries", value: "100s"},
|
||||
{
|
||||
icon: Truck,
|
||||
label: "Worldwide Express Delivery",
|
||||
value: "Global",
|
||||
},
|
||||
label: "Worldwide Express Delivery", value: "Global"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -215,47 +144,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Noor-e-Sabz Chikankari Dress",
|
||||
price: "PKR 185,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502994.jpg",
|
||||
imageAlt: "Noor-e-Sabz Chikankari Dress",
|
||||
},
|
||||
id: "p1", name: "Noor-e-Sabz Chikankari Dress", price: "PKR 185,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502994.jpg", imageAlt: "Noor-e-Sabz Chikankari Dress"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Zaleh Luxury Formal Ensemble",
|
||||
price: "PKR 250,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503031.jpg",
|
||||
imageAlt: "Zaleh Luxury Formal Ensemble",
|
||||
},
|
||||
id: "p2", name: "Zaleh Luxury Formal Ensemble", price: "PKR 250,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503031.jpg", imageAlt: "Zaleh Luxury Formal Ensemble"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gul-e-Rana Bridal Lehenga",
|
||||
price: "PKR 480,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110902.jpg",
|
||||
imageAlt: "Gul-e-Rana Bridal Lehenga",
|
||||
},
|
||||
id: "p3", name: "Gul-e-Rana Bridal Lehenga", price: "PKR 480,000", imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110902.jpg", imageAlt: "Gul-e-Rana Bridal Lehenga"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sultana Tarkashi Gown",
|
||||
price: "PKR 320,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-fashion-designer-s-hand-working-dress-white-background_23-2147874965.jpg",
|
||||
imageAlt: "Sultana Tarkashi Gown",
|
||||
},
|
||||
id: "p4", name: "Sultana Tarkashi Gown", price: "PKR 320,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-fashion-designer-s-hand-working-dress-white-background_23-2147874965.jpg", imageAlt: "Sultana Tarkashi Gown"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Shehzadi Parsi Embroidery Suit",
|
||||
price: "PKR 295,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13361.jpg",
|
||||
imageAlt: "Shehzadi Parsi Embroidery Suit",
|
||||
},
|
||||
id: "p5", name: "Shehzadi Parsi Embroidery Suit", price: "PKR 295,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13361.jpg", imageAlt: "Shehzadi Parsi Embroidery Suit"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Meherban Luxury Velvet",
|
||||
price: "PKR 199,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-elegant-dress-exudes-sensuality-generated-by-ai_188544-37334.jpg",
|
||||
imageAlt: "Meherban Luxury Velvet",
|
||||
},
|
||||
id: "p6", name: "Meherban Luxury Velvet", price: "PKR 199,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-elegant-dress-exudes-sensuality-generated-by-ai_188544-37334.jpg", imageAlt: "Meherban Luxury Velvet"},
|
||||
]}
|
||||
title="The Featured Collection"
|
||||
description="Handpicked luxury formals and bridal wear showcasing our finest artisanal embroideries."
|
||||
@@ -267,31 +166,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Chikankari & Tarkashi",
|
||||
description: "Delicate hand-embroidery that embodies grace and timeless beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decor-background-blue-fiber-stripe_1220-1298.jpg",
|
||||
imageAlt: "Close-up of Chikankari and Tarkashi embroidery",
|
||||
},
|
||||
title: "Chikankari & Tarkashi", description: "Delicate hand-embroidery that embodies grace and timeless beauty.", imageSrc: "http://img.b2bpic.net/free-photo/decor-background-blue-fiber-stripe_1220-1298.jpg", imageAlt: "Close-up of Chikankari and Tarkashi embroidery"},
|
||||
{
|
||||
title: "Luxury Formals",
|
||||
description: "Sophisticated ensembles for grand occasions, meticulously crafted for elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg",
|
||||
imageAlt: "Model wearing a luxury formal gown",
|
||||
},
|
||||
title: "Luxury Formals", description: "Sophisticated ensembles for grand occasions, meticulously crafted for elegance.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg", imageAlt: "Model wearing a luxury formal gown"},
|
||||
{
|
||||
title: "The Bridal Atelier",
|
||||
description: "Exquisite bridal wear designed to make your special day unforgettable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-bride-preparting-ceremony_1303-10532.jpg",
|
||||
imageAlt: "Bridal wear being worked on in an atelier",
|
||||
},
|
||||
title: "The Bridal Atelier", description: "Exquisite bridal wear designed to make your special day unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/morning-bride-preparting-ceremony_1303-10532.jpg", imageAlt: "Bridal wear being worked on in an atelier"},
|
||||
{
|
||||
title: "Parsi Embroidery",
|
||||
description: "Vibrant and rich Parsi motifs, a rare art form preserved in our exclusive pieces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg",
|
||||
imageAlt: "Artisan working on Parsi embroidery",
|
||||
},
|
||||
title: "Parsi Embroidery", description: "Vibrant and rich Parsi motifs, a rare art form preserved in our exclusive pieces.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg", imageAlt: "Artisan working on Parsi embroidery"},
|
||||
]}
|
||||
title="Discover Our Collections"
|
||||
description="Explore the artistry of hand-embroidered textiles across our curated ranges."
|
||||
@@ -303,14 +187,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Versace",
|
||||
"Chanel",
|
||||
"Dior",
|
||||
"Gucci",
|
||||
"Hermes",
|
||||
"Louis Vuitton",
|
||||
"Fendi",
|
||||
]}
|
||||
"Versace", "Chanel", "Dior", "Gucci", "Hermes", "Louis Vuitton", "Fendi"]}
|
||||
title="Trusted by Visionaries, Adorned by Many"
|
||||
description="Our craftsmanship resonates with those who appreciate true luxury and timeless design."
|
||||
speed={40}
|
||||
@@ -325,14 +202,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/alifbykashaf",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/alifbykashaf", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/1234567890",
|
||||
ariaLabel: "WhatsApp Care",
|
||||
},
|
||||
href: "https://wa.me/1234567890", ariaLabel: "WhatsApp Care"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user