From 794fa2247f5c51076671288bd2823cec8287593a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:12:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bdf817..9a536b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Great Price Deals" tagAnimation="slide-up" background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg" imageAlt="Premium BMW G63 showcase" buttons={[ { text: "Browse Vehicles", href: "vehicles" }, @@ -65,7 +65,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "BMW G63 AMG", price: "$89,500", imageSrc: "http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg?_wi=2", imageAlt: "BMW G63 AMG luxury SUV" + id: "1", name: "BMW G63 AMG", price: "$89,500", imageSrc: "http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg", imageAlt: "BMW G63 AMG luxury SUV" }, { id: "2", name: "Range Rover Sport", price: "$76,800", imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg", imageAlt: "Range Rover Sport premium SUV" @@ -134,19 +134,18 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Hassan Al-Mazrouei", role: "BMW Owner", testimonial: "Exceptional service and transparency! Found my dream BMW G63 at a price I couldn't believe. Ahmad's Garage is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Hassan Al-Mazrouei testimonial" + id: "1", name: "Hassan Al-Mazrouei", role: "BMW Owner", testimonial: "Exceptional service and transparency! Found my dream BMW G63 at a price I couldn't believe. Ahmad's Garage is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Hassan Al-Mazrouei testimonial" }, { - id: "2", name: "Sarah Al-Mansouri", role: "Range Rover Enthusiast", testimonial: "Professional team, quality vehicles, and honest pricing. My Range Rover is perfect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Al-Mansouri testimonial" + id: "2", name: "Sarah Al-Mansouri", role: "Range Rover Enthusiast", testimonial: "Professional team, quality vehicles, and honest pricing. My Range Rover is perfect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Al-Mansouri testimonial" }, { - id: "3", name: "Mohammed Al-Qassimi", role: "Luxury Car Collector", testimonial: "Best automotive experience I've had. Great deals, reliable vehicles, and outstanding customer service throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Mohammed Al-Qassimi testimonial" + id: "3", name: "Mohammed Al-Qassimi", role: "Luxury Car Collector", testimonial: "Best automotive experience I've had. Great deals, reliable vehicles, and outstanding customer service throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Mohammed Al-Qassimi testimonial" }, { - id: "4", name: "Fatima Al-Hosani", role: "First-Time Buyer", testimonial: "They made the buying process so easy and transparent. The quality of the BMW I purchased exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Fatima Al-Hosani testimonial" + id: "4", name: "Fatima Al-Hosani", role: "First-Time Buyer", testimonial: "They made the buying process so easy and transparent. The quality of the BMW I purchased exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Fatima Al-Hosani testimonial" } ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1