From c4967445ddf749bc8c99fec9268f6b707594ffce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:12:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71dff82..c8531fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,17 +183,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ahmed Al Maktoumi", role: "Business Executive", testimonial: "Exceptional service! The booking process was seamless and the vehicle was immaculate. Highly recommend Dubai Rent A Car for premium rentals in Sharjah.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Al Maktoumi"}, + id: "1", name: "Ahmed Al Maktoumi", role: "Business Executive", testimonial: "Exceptional service! The booking process was seamless and the vehicle was immaculate. Highly recommend Dubai Rent A Car for premium rentals in Sharjah.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Al Maktoumi"}, { - id: "2", name: "Fatima Hassan", role: "Travel Consultant", testimonial: "Outstanding customer support and competitive pricing. Their 24/7 availability made my trip stress-free. Best rental experience in Dubai!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Fatima Hassan"}, + id: "2", name: "Fatima Hassan", role: "Travel Consultant", testimonial: "Outstanding customer support and competitive pricing. Their 24/7 availability made my trip stress-free. Best rental experience in Dubai!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Fatima Hassan"}, { - id: "3", name: "Mohammed Rashid", role: "Corporate Manager", testimonial: "The fleet quality is impressive and the staff is incredibly professional. Dubai Rent A Car sets the standard for luxury car rentals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Mohammed Rashid"}, + id: "3", name: "Mohammed Rashid", role: "Corporate Manager", testimonial: "The fleet quality is impressive and the staff is incredibly professional. Dubai Rent A Car sets the standard for luxury car rentals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Mohammed Rashid"}, { - id: "4", name: "Sarah Thompson", role: "International Visitor", testimonial: "Renting from Dubai Rent A Car was the highlight of my trip. The vehicle was perfect and the team made everything easy. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Thompson"}, + id: "4", name: "Sarah Thompson", role: "International Visitor", testimonial: "Renting from Dubai Rent A Car was the highlight of my trip. The vehicle was perfect and the team made everything easy. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sarah Thompson"}, { id: "5", name: "Khalid Abdullah", role: "Entrepreneur", testimonial: "Fast approval, transparent pricing, and premium vehicles. This is the go-to car rental company in Sharjah. Exceptional value for money.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Khalid Abdullah"}, { - id: "6", name: "Layla Ahmad", role: "Event Organizer", testimonial: "Perfect for our corporate events. The luxury fleet impresses every time. Dubai Rent A Car is reliable, professional, and highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Layla Ahmad"}, + id: "6", name: "Layla Ahmad", role: "Event Organizer", testimonial: "Perfect for our corporate events. The luxury fleet impresses every time. Dubai Rent A Car is reliable, professional, and highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Layla Ahmad"}, ]} /> -- 2.49.1