Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 04:12:38 +00:00

View File

@@ -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}