From 9c0d9a12cc241bc8120221b243a5889b2b493d65 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:41:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df81de5..deb7650 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,13 +105,13 @@ export default function HomePage() { description="We deliver excellence in every jacket we produce" features={[ { - id: "01", title: "Premium Quality Materials", description: "We use only the finest fabrics and materials sourced globally to ensure durability, comfort, and longevity in every jacket.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg", imageAlt: "Premium quality materials"}, + id: "01", title: "Premium Quality Materials", description: "We use only the finest fabrics and materials sourced globally to ensure durability, comfort, and longevity in every jacket.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=1", imageAlt: "Premium quality materials"}, { - id: "02", title: "Professional Manufacturing", description: "Our state-of-the-art factory in Lahore employs skilled craftspeople with years of experience in fashion production.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg", imageAlt: "Professional manufacturing facility"}, + id: "02", title: "Professional Manufacturing", description: "Our state-of-the-art factory in Lahore employs skilled craftspeople with years of experience in fashion production.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=2", imageAlt: "Professional manufacturing facility"}, { - id: "03", title: "Bulk Orders Available", description: "Wholesale buyers and retailers get competitive pricing, custom branding options, and dedicated account management.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg", imageAlt: "Bulk order fulfillment"}, + id: "03", title: "Bulk Orders Available", description: "Wholesale buyers and retailers get competitive pricing, custom branding options, and dedicated account management.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=3", imageAlt: "Bulk order fulfillment"}, { - id: "04", title: "Fast Delivery & Support", description: "Quick turnaround times with reliable shipping and exceptional customer support via WhatsApp and email.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg", imageAlt: "Fast delivery support"}, + id: "04", title: "Fast Delivery & Support", description: "Quick turnaround times with reliable shipping and exceptional customer support via WhatsApp and email.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=4", imageAlt: "Fast delivery support"}, ]} gridVariant="two-columns-alternating-heights" textboxLayout="default" @@ -143,11 +143,11 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Best Bulk Manufacturing Partner", quote: "Style Zone has been our go-to manufacturer for bulk orders for over 2 years. The quality is exceptional, and their team is incredibly professional and responsive. Highly recommended!", name: "Ahmed Hassan", role: "Retail Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"}, + id: "1", title: "Best Bulk Manufacturing Partner", quote: "Style Zone has been our go-to manufacturer for bulk orders for over 2 years. The quality is exceptional, and their team is incredibly professional and responsive. Highly recommended!", name: "Ahmed Hassan", role: "Retail Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Hassan"}, { id: "2", title: "Premium Quality at Fair Prices", quote: "I was impressed by the craftsmanship and attention to detail. The custom branding options are excellent, and they met our tight deadlines without compromising quality.", name: "Fatima Khan", role: "Fashion Brand Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Fatima Khan"}, { - id: "3", title: "Excellent Customer Service", quote: "The entire team at Style Zone goes above and beyond. Their WhatsApp support is instant, and they're always willing to accommodate special requests. Fantastic experience!", name: "Muhammad Ali", role: "Clothing Distributor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Muhammad Ali"}, + id: "3", title: "Excellent Customer Service", quote: "The entire team at Style Zone goes above and beyond. Their WhatsApp support is instant, and they're always willing to accommodate special requests. Fantastic experience!", name: "Muhammad Ali", role: "Clothing Distributor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Muhammad Ali"}, { id: "4", title: "Game Changer for Our Business", quote: "Style Zone transformed how we source jackets. Fast production, beautiful designs, and consistent quality. They're our trusted manufacturing partner now.", name: "Hira Malik", role: "E-Commerce Store Owner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Hira Malik"}, ]} -- 2.49.1