Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 09:08:03 +00:00
parent c41f581ed3
commit cf351b86b3

View File

@@ -100,16 +100,16 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Authenticity First", description: "Every product is 100% authentic, sourced directly from official brand distributors with verification and warranty", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg", imageAlt: "Authentic Beauty Products"},
title: "Authenticity First", description: "Every product is 100% authentic, sourced directly from official brand distributors with verification and warranty", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg?_wi=4", imageAlt: "Authentic Beauty Products"},
{
id: 2,
title: "Customer-Centric Service", description: "Free beauty consultation via WhatsApp, personalized recommendations, and immediate support for all queries", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg", imageAlt: "Customer Service"},
title: "Customer-Centric Service", description: "Free beauty consultation via WhatsApp, personalized recommendations, and immediate support for all queries", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg?_wi=5", imageAlt: "Customer Service"},
{
id: 3,
title: "Competitive Pricing", description: "Fair retail prices and wholesale discounts for salon owners, beauty entrepreneurs, and bulk buyers", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg", imageAlt: "Wholesale Pricing"},
title: "Competitive Pricing", description: "Fair retail prices and wholesale discounts for salon owners, beauty entrepreneurs, and bulk buyers", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg?_wi=6", imageAlt: "Wholesale Pricing"},
{
id: 4,
title: "Convenient Access", description: "Physical store location in Inner City Multan, same-day pickup, WhatsApp ordering, and flexible delivery options", imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604308.jpg", imageAlt: "Store Location"},
title: "Convenient Access", description: "Physical store location in Inner City Multan, same-day pickup, WhatsApp ordering, and flexible delivery options", imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604308.jpg?_wi=3", imageAlt: "Store Location"},
]}
title="Our Core Values"
description="Built on principles of trust, quality, accessibility, and exceptional customer service"
@@ -129,15 +129,15 @@ export default function AboutPage() {
{
id: "1", name: "Ayesha Khan", handle: "@ayesha_beauty", testimonial:
"Finally found authentic cosmetics at honest prices! The WhatsApp service is so convenient and they deliver exactly what they promise. Highly recommended for all beauty lovers in Multan!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-frame-gesture_1187-3854.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-frame-gesture_1187-3854.jpg?_wi=2"},
{
id: "2", name: "Fatima Ahmed", handle: "@salon_elite_multan", testimonial:
"As a salon owner, finding reliable wholesale suppliers is crucial. Zamzam offers competitive rates, authentic products, and wonderful customer service. They've become our go-to supplier!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319757.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319757.jpg?_wi=2"},
{
id: "3", name: "Sara Malik", handle: "@skincare_routine", testimonial:
"The product quality is exceptional and the staff is so knowledgeable about skincare. They helped me find the perfect products for my skin type. Best cosmetics shop in Multan!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-care-herself_23-2148974340.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-care-herself_23-2148974340.jpg?_wi=2"},
]}
showRating={true}
textboxLayout="default"