Update src/app/about/page.tsx

This commit is contained in:
2026-06-01 04:44:48 +00:00
parent 43db893cf1
commit e88d069d6a

View File

@@ -27,49 +27,27 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Men's",
id: "/men",
},
name: "Men's", id: "/men"},
{
name: "Women's",
id: "/women",
},
name: "Women' id: "/women"},
{
name: "Fabrics",
id: "/fabrics",
},
name: "Fabrics", id: "/fabrics"},
{
name: "Wedding",
id: "/wedding",
},
name: "Wedding", id: "/wedding"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Cart",
id: "/cart",
},
name: "Cart", id: "/cart"},
{
name: "Checkout",
id: "/checkout",
},
name: "Checkout", id: "/checkout"},
]}
brandName="Al-Karam Luxury"
/>
@@ -78,24 +56,18 @@ export default function LandingPage() {
<div id="about-story" data-section="about-story">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Our Journey in Fashion"
description="Founded on the principles of heritage and innovation, Al-Karam Luxury continues to set benchmarks in Pakistani fashion, evolving with time while preserving timeless artistry. Our story is woven into every fabric, reflecting decades of dedication."
title="Our Journey in Pakistani Fashion & Fabrics"
description="Founded on the principles of heritage and innovation, Al-Karam Luxury continues to set benchmarks in Pakistani fashion, evolving with time while preserving timeless artistry. Our story is woven into every fabric, reflecting decades of dedication to quality and luxury."
metrics={[
{
value: "25+",
title: "Collections Launched",
},
value: "25+", title: "Luxury Collections Launched"},
{
value: "5000+",
title: "Happy Customers",
},
value: "5000+", title: "Cherished Customers Worldwide"},
{
value: "Global",
title: "Presence",
},
value: "Global", title: "Presence & Exclusivity"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647275.jpg"
imageAlt="Vintage Pakistani fashion archive"
imageAlt="Pakistani fashion atelier with luxurious fabrics and tailoring items"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -110,53 +82,23 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "at1",
name: "Saira Rizvi",
role: "Fashion Blogger",
company: "UK",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg",
imageAlt: "Saira Rizvi",
},
id: "at1", name: "Saira Rizvi", role: "Fashion Blogger, UK", company: "", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg", imageAlt: "Saira Rizvi in traditional Pakistani attire"},
{
id: "at2",
name: "Kamran Hussain",
role: "Businessman",
company: "Canada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-shirtless-man-turban-head-beautiful-silver-ornament_1150-48702.jpg",
imageAlt: "Kamran Hussain",
},
id: "at2", name: "Kamran Hussain", role: "Businessman, Canada", company: "", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-shirtless-man-turban-head-beautiful-silver-ornament_1150-48702.jpg", imageAlt: "Kamran Hussain in traditional wear"},
{
id: "at3",
name: "Nida Farooqi",
role: "Interior Designer",
company: "USA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-with-smartphone-listening-music-headphones-summer-vacation_285396-3734.jpg",
imageAlt: "Nida Farooqi",
},
id: "at3", name: "Nida Farooqi", role: "Interior Designer, USA", company: "", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-with-smartphone-listening-music-headphones-summer-vacation_285396-3734.jpg", imageAlt: "Nida Farooqi wearing Al-Karam Luxury"},
{
id: "at4",
name: "Imtiaz & Aisha",
role: "Engagement Couple",
company: "Australia",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-long-red-dress-walks-around-city-with-her-husband_1157-13380.jpg",
imageAlt: "Imtiaz & Aisha",
},
id: "at4", name: "Imtiaz & Aisha", role: "Engagement Couple, Australia", company: "", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-long-red-dress-walks-around-city-with-her-husband_1157-13380.jpg", imageAlt: "Imtiaz & Aisha in Al-Karam Luxury wedding attire"},
{
id: "at5",
name: "Meher Bano",
role: "Textile Historian",
company: "Pakistan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg",
imageAlt: "Meher Bano",
},
id: "at5", name: "Meher Bano", role: "Textile Historian, Pakistan", company: "", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg", imageAlt: "Meher Bano discussing Al-Karam Luxury fabrics"},
]}
title="What Our Cherished Clients Say"
description="Authentic feedback from our cherished customers, a testament to the quality and service we deliver with passion and precision."
title="What Our Cherished Clients Say About Al-Karam Luxury"
description="Authentic feedback from our cherished customers, a testament to the unparalleled quality and bespoke service we deliver with passion and precision in Pakistani fashion."
/>
</div>
@@ -165,16 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Craftsmanship Excellence",
"Authentic Heritage",
"Ethical Sourcing",
"Customer Trust",
"Sustainable Practices",
"Innovative Design",
"Timeless Elegance",
]}
title="Our Guiding Brand Values"
description="Committed to quality, tradition, and customer satisfaction, we uphold the highest standards in every creation."
"Exquisite Craftsmanship", "Authentic Pakistani Heritage", "Ethical & Sustainable Sourcing", "Unmatched Customer Trust", "Innovative & Timeless Design", "Premium Luxury Fabrics", "Global Fashion Influence"]}
title="Our Guiding Principles at Al-Karam Luxury"
description="Committed to quality, tradition, and customer satisfaction, we uphold the highest standards in every creation, ensuring each piece reflects our dedication to luxury Pakistani fashion."
speed={30}
showCard={true}
/>
@@ -187,66 +122,39 @@ export default function LandingPage() {
logoText="Al-Karam Luxury"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "FAQs",
href: "/contact#faqs",
},
label: "FAQs", href: "/contact#faqs"},
],
},
{
title: "Collections",
items: [
title: "Collections", items: [
{
label: "Men's Collection",
href: "/men",
},
label: "Men's Collection", href: "/men"},
{
label: "Women's Collection",
href: "/women",
},
label: "Women's Collection", href: "/women"},
{
label: "Luxury Fabrics",
href: "/fabrics",
},
label: "Luxury Fabrics", href: "/fabrics"},
{
label: "Wedding Collection",
href: "/wedding",
},
label: "Wedding Collection", href: "/wedding"},
],
},
{
title: "Customer Service",
items: [
title: "Customer Service", items: [
{
label: "Shipping Policy",
href: "#",
},
label: "Shipping Policy", href: "#"},
{
label: "Return Policy",
href: "#",
},
label: "Return Policy", href: "#"},
{
label: "Order Tracking",
href: "#",
},
label: "Order Tracking", href: "#"},
{
label: "Account Login",
href: "#",
},
label: "Account Login", href: "#"},
],
},
]}
@@ -256,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}