From ef59aa548cd156d3b8355dc2cd91112ed26c313b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:20:50 +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 7d9cba8..eeb156a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,22 +158,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality is absolutely exceptional. Every detail is perfect, and the customer service was outstanding. I'm a customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality is absolutely exceptional. Every detail is perfect, and the customer service was outstanding. I'm a customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Richardson", handle: "@jamesrich", testimonial: "I've purchased from many luxury brands, but this exceeded all my expectations. The craftsmanship is remarkable and the value is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson" + id: "2", name: "James Richardson", handle: "@jamesrich", testimonial: "I've purchased from many luxury brands, but this exceeded all my expectations. The craftsmanship is remarkable and the value is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson" }, { - id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Absolutely stunning products! The attention to detail is impressive, and the packaging made the unboxing experience truly special.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson" + id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Absolutely stunning products! The attention to detail is impressive, and the packaging made the unboxing experience truly special.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Thompson" }, { - id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "These are investment pieces that will last forever. The elegance and quality justify every penny. Highly recommended for anyone seeking luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "These are investment pieces that will last forever. The elegance and quality justify every penny. Highly recommended for anyone seeking luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "From ordering to delivery, everything was seamless. The product arrived beautifully packaged and exceeded my expectations. Absolutely perfect!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Stone" + id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "From ordering to delivery, everything was seamless. The product arrived beautifully packaged and exceeded my expectations. Absolutely perfect!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Victoria Stone" }, { - id: "6", name: "David Park", handle: "@davidpark", testimonial: "This is luxury done right. The combination of quality, design, and service is unmatched. I've already recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" + id: "6", name: "David Park", handle: "@davidpark", testimonial: "This is luxury done right. The combination of quality, design, and service is unmatched. I've already recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park" } ]} speed={40}