From c351fe37f8817cb3bb938a53d6f8b336259820b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:12:29 +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 fce2bef..4d82b5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,17 +147,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Verified Buyer", testimonial: "Amazing quality products and incredibly fast shipping! I received my order in just 3 days. Will definitely be ordering again.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", role: "Verified Buyer", testimonial: "Amazing quality products and incredibly fast shipping! I received my order in just 3 days. Will definitely be ordering again.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", role: "Regular Customer", testimonial: "Best prices I've found online. The customer service team helped me with my query instantly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", role: "Regular Customer", testimonial: "Best prices I've found online. The customer service team helped me with my query instantly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", role: "Verified Buyer", testimonial: "The product quality exceeds expectations and the free shipping makes it unbeatable. My whole family now shops here!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Verified Buyer", testimonial: "The product quality exceeds expectations and the free shipping makes it unbeatable. My whole family now shops here!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", role: "Verified Buyer", testimonial: "Found exactly what I was looking for at a fraction of the price. The return process was hassle-free too!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Verified Buyer", testimonial: "Found exactly what I was looking for at a fraction of the price. The return process was hassle-free too!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Martinez", role: "Regular Customer", testimonial: "Exceptional value for money. I've recommended TrendMart to all my friends. They're now customers too!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Martinez"}, + id: "5", name: "Jessica Martinez", role: "Regular Customer", testimonial: "Exceptional value for money. I've recommended TrendMart to all my friends. They're now customers too!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jessica Martinez"}, { - id: "6", name: "Alex Thompson", role: "Verified Buyer", testimonial: "Impressed with the variety and quality. The website is easy to navigate and checkout is super fast.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Alex Thompson"}, + id: "6", name: "Alex Thompson", role: "Verified Buyer", testimonial: "Impressed with the variety and quality. The website is easy to navigate and checkout is super fast.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Alex Thompson"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1