From afd80cc11972f57266b613584e9cd64af656829c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:17:32 +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 3aa3e40..2e98483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,22 +121,22 @@ export default function LandingPage() { description="Trusted by Miami's elite car collectors and enthusiasts." testimonials={[ { - id: "1", name: "Marcus Rodriguez", role: "Ferrari 458 Owner", testimonial: "Apex Shine transformed my 458. The ceramic coating has an unreal mirror finish, and their attention to detail is unmatched. Highly recommended for serious collectors.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez" + id: "1", name: "Marcus Rodriguez", role: "Ferrari 458 Owner", testimonial: "Apex Shine transformed my 458. The ceramic coating has an unreal mirror finish, and their attention to detail is unmatched. Highly recommended for serious collectors.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Rodriguez" }, { - id: "2", name: "Jessica Chen", role: "Lamborghini Huracán Owner", testimonial: "Professional, meticulous, and absolutely worth every penny. My Huracán looks showroom perfect after their complete transformation package.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Chen" + id: "2", name: "Jessica Chen", role: "Lamborghini Huracán Owner", testimonial: "Professional, meticulous, and absolutely worth every penny. My Huracán looks showroom perfect after their complete transformation package.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Jessica Chen" }, { - id: "3", name: "David Thompson", role: "Porsche 911 Collector", testimonial: "I trust Apex Shine with my entire collection. Their ceramic work is the best I've experienced across three continents.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" + id: "3", name: "David Thompson", role: "Porsche 911 Collector", testimonial: "I trust Apex Shine with my entire collection. Their ceramic work is the best I've experienced across three continents.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Thompson" }, { - id: "4", name: "Sophia Alvarez", role: "McLaren Owner", testimonial: "The precision and professionalism at Apex Shine is extraordinary. My McLaren's paint has never looked better. They're the gold standard in Miami.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sophia Alvarez" + id: "4", name: "Sophia Alvarez", role: "McLaren Owner", testimonial: "The precision and professionalism at Apex Shine is extraordinary. My McLaren's paint has never looked better. They're the gold standard in Miami.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sophia Alvarez" }, { - id: "5", name: "Alex Kim", role: "Bugatti Owner", testimonial: "When you own a hypercar, you need hypercare. Apex Shine delivers exactly that. Their expertise with exotic paint finishes is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Kim" + id: "5", name: "Alex Kim", role: "Bugatti Owner", testimonial: "When you own a hypercar, you need hypercare. Apex Shine delivers exactly that. Their expertise with exotic paint finishes is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alex Kim" }, { - id: "6", name: "Richard Walsh", role: "Rolls-Royce Collector", testimonial: "Apex Shine understands luxury. They treat every vehicle like a masterpiece. My Rolls-Royce has never been in better hands.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Richard Walsh" + id: "6", name: "Richard Walsh", role: "Rolls-Royce Collector", testimonial: "Apex Shine understands luxury. They treat every vehicle like a masterpiece. My Rolls-Royce has never been in better hands.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Richard Walsh" } ]} animationType="slide-up" -- 2.49.1