diff --git a/src/app/our-story/page.tsx b/src/app/our-story/page.tsx index 01f27c4..8f6fd16 100644 --- a/src/app/our-story/page.tsx +++ b/src/app/our-story/page.tsx @@ -28,38 +28,23 @@ export default function LandingPage() { @@ -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() {