Update src/app/our-story/page.tsx

This commit is contained in:
2026-06-11 19:06:47 +00:00
parent 2588bda263
commit 5c84604527

View File

@@ -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>