Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 04:13:27 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Great Price Deals" tag="Great Price Deals"
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg" imageSrc="http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg?_wi=1"
imageAlt="Premium BMW G63 showcase" imageAlt="Premium BMW G63 showcase"
buttons={[ buttons={[
{ text: "Browse Vehicles", href: "vehicles" }, { text: "Browse Vehicles", href: "vehicles" },
@@ -65,7 +65,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ 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", 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?_wi=2", 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" 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,16 +134,16 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
testimonials={[ 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", imageAlt: "Fatima Al-Hosani testimonial"
} }
]} ]}
animationType="slide-up" animationType="slide-up"