diff --git a/src/app/page.tsx b/src/app/page.tsx index 05dde96..fa32a35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,13 +152,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Outstanding Service Experience", quote: "The team at AutoShowcase made my car purchase incredibly smooth. From test drive to financing, everything was transparent and professional. Highly recommended!", name: "Michael Rodriguez", role: "CEO, Tech Solutions Inc", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Rodriguez"}, + id: "1", title: "Outstanding Service Experience", quote: "The team at AutoShowcase made my car purchase incredibly smooth. From test drive to financing, everything was transparent and professional. Highly recommended!", name: "Michael Rodriguez", role: "CEO, Tech Solutions Inc", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Michael Rodriguez"}, { id: "2", title: "Best Dealership Experience Ever", quote: "I've purchased cars from many dealerships, but AutoShowcase stands out. Their attention to detail and customer care is unmatched. Worth every mile!", name: "Sarah Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Chen"}, { id: "3", title: "Exceptional Financing Options", quote: "The flexible financing options and competitive rates made my dream car affordable. Their transparency about costs is refreshing in this industry.", name: "James Thompson", role: "Finance Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Thompson"}, { - id: "4", title: "Fantastic Follow-up Support", quote: "Even after the purchase, AutoShowcase's support team has been phenomenal. Their maintenance services keep my vehicle running perfectly.", name: "Amanda Walsh", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Amanda Walsh"}, + id: "4", title: "Fantastic Follow-up Support", quote: "Even after the purchase, AutoShowcase's support team has been phenomenal. Their maintenance services keep my vehicle running perfectly.", name: "Amanda Walsh", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Amanda Walsh"}, ]} />