From c40e83ed4f370cd15650bd7673b042ea8e749f31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:15:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9da05cb..c93ff68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,17 +135,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Business Executive", testimonial: "Amazon Crest has transformed how I shop online. The quality, service, and attention to detail are unmatched. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", role: "Business Executive", testimonial: "Amazon Crest has transformed how I shop online. The quality, service, and attention to detail are unmatched. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", name: "Michael Chen", role: "Designer", testimonial: "The premium collections available here are exceptional. Every product I've purchased exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", role: "Entrepreneur", testimonial: "Outstanding customer service and fast delivery. Amazon Crest is my go-to for luxury items.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Entrepreneur", testimonial: "Outstanding customer service and fast delivery. Amazon Crest is my go-to for luxury items.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", role: "Marketing Director", testimonial: "Impressed with the product quality and the seamless shopping experience. Best platform for premium goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Marketing Director", testimonial: "Impressed with the product quality and the seamless shopping experience. Best platform for premium goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Taylor", role: "Product Manager", testimonial: "The attention to detail in every aspect of the business is remarkable. Amazon Crest sets the standard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Taylor"}, + id: "5", name: "Jessica Taylor", role: "Product Manager", testimonial: "The attention to detail in every aspect of the business is remarkable. Amazon Crest sets the standard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jessica Taylor"}, { - id: "6", name: "Robert Anderson", role: "Consultant", testimonial: "Exceptional quality products backed by excellent customer support. This is premium shopping at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Anderson"}, + id: "6", name: "Robert Anderson", role: "Consultant", testimonial: "Exceptional quality products backed by excellent customer support. This is premium shopping at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Robert Anderson"}, ]} /> -- 2.49.1