Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 09:17:05 +00:00
parent 455602b40a
commit ba86a9bc12

View File

@@ -87,7 +87,7 @@ export default function AboutPage() {
<TextSplitAbout
title="About Zamzam Cosmetics"
description={[
"Zamzam Cosmetics is Multan's premier beauty destination, offering 85+ authentic Pakistani and international skincare, fragrance, haircare, and makeup products. We partner exclusively with trusted brands including Hemani, Saeed Ghani, Olivia, Vince, Golden Pearl, and English to ensure every product meets our quality standards.", "Our mission is to provide beauty enthusiasts, salon owners, and wholesale buyers with authentic cosmetics at competitive prices. With free WhatsApp consultation, same-day pickup availability, and flexible wholesale terms, we're committed to making premium beauty accessible to everyone in Multan and beyond.", "Located at Hussain Agahi Road, Inner City Multan, we blend convenience with trust, offering both retail and wholesale solutions for your beauty needs."]}
"Zamzam Cosmetics is Multan's premier beauty destination, offering 100+ authentic Pakistani and international skincare, fragrance, haircare, and makeup products. We partner exclusively with trusted brands including Hemani, Saeed Ghani, Olivia, Vince, Golden Pearl, and English to ensure every product meets our quality standards.", "Our mission is to provide beauty enthusiasts, salon owners, and wholesale buyers with authentic cosmetics at competitive prices. With free WhatsApp consultation, same-day pickup availability, and flexible wholesale terms, we're committed to making premium beauty accessible to everyone in Multan and beyond.", "Located at Hussain Agahi Road, Inner City Multan, we blend convenience with trust, offering both retail and wholesale solutions for your beauty needs."]}
buttons={[{ text: "Shop Now", href: "/products" }]}
useInvertedBackground={false}
showBorder={true}
@@ -162,4 +162,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}