Merge version_1 into main #1

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

View File

@@ -158,25 +158,25 @@ export default function LandingPage() {
id: "p1",
name: "Toyota Corolla",
price: "R 145,000",
imageSrc: "http://img.b2bpic.net/free-photo/that-how-success-looks-like-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/that-how-success-looks-like-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16555.jpg?_wi=1",
},
{
id: "p2",
name: "VW Polo Vivo",
price: "R 120,000",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117124.jpg?_wi=1",
},
{
id: "p3",
name: "Ford Ranger",
price: "R 285,000",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=1",
},
{
id: "p4",
name: "Hyundai i20",
price: "R 135,000",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33274.jpg?_wi=1",
},
{
id: "p5",
@@ -210,7 +210,7 @@ export default function LandingPage() {
quote: "The team at Auto Alpina was incredibly professional. Got my Toyota Corolla in perfect condition!",
name: "Thabo M.",
role: "Satisfied Customer",
imageSrc: "http://img.b2bpic.net/free-photo/that-how-success-looks-like-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/that-how-success-looks-like-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16555.jpg?_wi=2",
},
{
id: "t2",
@@ -218,7 +218,7 @@ export default function LandingPage() {
quote: "I appreciated the transparency during the auction process. Highly recommended.",
name: "Sarah J.",
role: "Buyer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117124.jpg?_wi=2",
},
{
id: "t3",
@@ -226,7 +226,7 @@ export default function LandingPage() {
quote: "Found a Ford Ranger at a price I couldn't beat anywhere else. Great experience.",
name: "Kabelo D.",
role: "Auto Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=2",
},
{
id: "t4",
@@ -234,7 +234,7 @@ export default function LandingPage() {
quote: "The paperwork was seamless and the car was delivered quickly to my door.",
name: "Linda P.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33274.jpg?_wi=2",
},
]}
/>