From 582ff59e3738668190b5e07be226277ca00288b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:09:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9244e7..bf336bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,13 +178,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Perfect Premium Timepiece", quote: "The Midnight Elite Watch exceeded my expectations. The craftsmanship is impeccable and it arrived beautifully packaged. I've received countless compliments. Highly recommend!", name: "James Mitchell", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, + id: "1", title: "Perfect Premium Timepiece", quote: "The Midnight Elite Watch exceeded my expectations. The craftsmanship is impeccable and it arrived beautifully packaged. I've received countless compliments. Highly recommend!", name: "James Mitchell", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"}, { id: "2", title: "Exceptional Quality & Service", quote: "Outstanding customer service and premium quality products. The Bifold Classic Wallet is my daily companion. Worth every penny and the support team is incredibly responsive.", name: "David Chen", role: "CEO, Tech Startup", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageAlt: "David Chen"}, { - id: "3", title: "Game-Changing Grooming", quote: "The Executive Beard Trimmer has become an essential part of my morning routine. Superior build quality and it actually delivers on its promises. Great investment!", name: "Michael Rodriguez", role: "Business Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"}, + id: "3", title: "Game-Changing Grooming", quote: "The Executive Beard Trimmer has become an essential part of my morning routine. Superior build quality and it actually delivers on its promises. Great investment!", name: "Michael Rodriguez", role: "Business Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez"}, { - id: "4", title: "Truly Premium Experience", quote: "From ordering to delivery, every step was handled professionally. The attention to detail in their products and service is remarkable. A+ company to do business with.", name: "Robert Thompson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"}, + id: "4", title: "Truly Premium Experience", quote: "From ordering to delivery, every step was handled professionally. The attention to detail in their products and service is remarkable. A+ company to do business with.", name: "Robert Thompson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Thompson"}, ]} textboxLayout="default" useInvertedBackground={false}