From a7b004b9835036b2ff85755f9b62c83df18080f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:18:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8dada57..5697933 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,10 +160,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Anderson", handle: "@sarahstyle", testimonial: "Al Merci clothing is absolutely stunning. The quality is exceptional and the fit is perfect every single time. I'm a loyal 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 Anderson" + id: "1", name: "Sarah Anderson", handle: "@sarahstyle", testimonial: "Al Merci clothing is absolutely stunning. The quality is exceptional and the fit is perfect every single time. I'm a loyal 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 Anderson" }, { - id: "2", name: "James Mitchell", handle: "@jamesmfashion", testimonial: "The attention to detail in every piece is remarkable. From the stitching to the fabric selection, Al Merci truly sets the standard for premium fashion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell" + id: "2", name: "James Mitchell", handle: "@jamesmfashion", testimonial: "The attention to detail in every piece is remarkable. From the stitching to the fabric selection, Al Merci truly sets the standard for premium fashion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell" }, { id: "3", name: "Emily Rodriguez", handle: "@emilysfashionblog", testimonial: "I've been wearing Al Merci for three years now. The designs are timeless, versatile, and make me feel confident every time I wear them.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez" @@ -172,10 +172,10 @@ export default function LandingPage() { id: "4", name: "Michael Chen", handle: "@michaelchenofficial", testimonial: "As someone who values quality, Al Merci exceeds my expectations. Their commitment to excellence is evident in every collection.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen" }, { - id: "5", name: "Jessica Thompson", handle: "@jessicafashionista", testimonial: "Best clothing investment I've made. Al Merci pieces last forever and never go out of style. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Thompson" + id: "5", name: "Jessica Thompson", handle: "@jessicafashionista", testimonial: "Best clothing investment I've made. Al Merci pieces last forever and never go out of style. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jessica Thompson" }, { - id: "6", name: "David Martinez", handle: "@davidmstyle", testimonial: "The customer service is as impressive as the clothing. Al Merci truly cares about their customers and it shows in everything they do.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez" + id: "6", name: "David Martinez", handle: "@davidmstyle", testimonial: "The customer service is as impressive as the clothing. Al Merci truly cares about their customers and it shows in everything they do.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez" } ]} speed={40} -- 2.49.1