From 991b5a1a09a9cbcabf3658256a49443d946fd090 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:56:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dca8928..bc37200 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { @@ -149,10 +150,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Exceptional Quality and Service", quote: "Good service and high quality clothes. I'm very satisfied with my purchases and will definitely recommend this store to friends and family.", name: "GUJJAR Baba", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg?_wi=2", imageAlt: "GUJJAR Baba" + id: "1", title: "Exceptional Quality and Service", quote: "Good service and high quality clothes. I'm very satisfied with my purchases and will definitely recommend this store to friends and family.", name: "GUJJAR Baba", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg", imageAlt: "GUJJAR Baba" }, { - id: "2", title: "Love This Store", quote: "Amazing collection, friendly staff, and great prices. Every visit is a pleasure. Keep up the excellent work!", name: "Khan Tariq", role: "Valued Customer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2", imageAlt: "Khan Tariq" + id: "2", title: "Love This Store", quote: "Amazing collection, friendly staff, and great prices. Every visit is a pleasure. Keep up the excellent work!", name: "Khan Tariq", role: "Valued Customer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", imageAlt: "Khan Tariq" }, { id: "3", title: "Trending Fashion", quote: "I always find the latest trends here. The staff is very helpful in finding exactly what I need.", name: "Ayesha Khan", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Ayesha Khan" -- 2.49.1