From acd0c32bd0a1a2c4d430cb599689619241a7e498 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 14:46:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 372ef68..96a1842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -113,41 +89,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Luxury SUV", - price: "R 450,000", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg", - }, + id: "p1", name: "Luxury SUV", price: "R 450,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg"}, { - id: "p2", - name: "Sporty Sedan", - price: "R 320,000", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6916.jpg", - }, + id: "p2", name: "Sporty Sedan", price: "R 320,000", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6916.jpg"}, { - id: "p3", - name: "Premium Sports", - price: "R 650,000", - imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", - }, + id: "p3", name: "Premium Sports", price: "R 650,000", imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg"}, { - id: "p4", - name: "Executive SUV", - price: "R 580,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-rich-business-woman-red-suit-posing-white-car_285396-6780.jpg", - }, + id: "p4", name: "Executive SUV", price: "R 580,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-rich-business-woman-red-suit-posing-white-car_285396-6780.jpg"}, { - id: "p5", - name: "Compact Luxury", - price: "R 280,000", - imageSrc: "http://img.b2bpic.net/free-photo/speed-neon-lights-city_23-2149552521.jpg", - }, + id: "p5", name: "Compact Luxury", price: "R 280,000", imageSrc: "http://img.b2bpic.net/free-photo/speed-neon-lights-city_23-2149552521.jpg"}, { - id: "p6", - name: "Premium Bakkie", - price: "R 950,000", - imageSrc: "http://img.b2bpic.net/free-photo/one-person-only-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16531.jpg", - }, + id: "p6", name: "Premium Bakkie", price: "R 950,000", imageSrc: "http://img.b2bpic.net/free-photo/one-person-only-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16531.jpg"}, ]} title="Immaculate Vehicles" description="Discover our collection of premium, thoroughly inspected vehicles." @@ -156,25 +108,17 @@ export default function LandingPage() {
@@ -286,28 +189,17 @@ export default function LandingPage() { description="Fill in your details, and a team member will reach out to help you find your perfect car." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us what you're looking for...", - rows: 4, + name: "message", placeholder: "Tell us what you're looking for...", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg" /> -- 2.49.1