From e8f51b5737fd68c4ec522f9f4e2f5943c22f8bd3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:58:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e699893..5c4a89c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,53 +30,36 @@ export default function LandingPage() {
@@ -88,52 +71,38 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Brand Specialist", - description: "Experts in Tank and other premier Chinese brands with precise diagnostic equipment.", - media: { - imageSrc: "http://img.b2bpic.net/free-vector/illustration-car-service-website_53876-37570.jpg?_wi=1", + title: "Brand Specialist", description: "Experts in Tank and other premier Chinese brands with precise diagnostic equipment.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18967.jpg", imageAlt: "luxury car showroom premium quality" }, items: [ { - text: "Factory-trained diagnostics", - icon: CheckCircle, + text: "Factory-trained diagnostics", icon: CheckCircle, }, { - text: "Genuine parts inventory", - icon: Shield, + text: "Genuine parts inventory", icon: Shield, }, { - text: "Specialized service teams", - icon: Award, + text: "Specialized service teams", icon: Award, }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18967.jpg?_wi=2", - imageAlt: "luxury car showroom premium quality", }, { - title: "Premium Concierge", - description: "Every service includes a complimentary full detailing service for your vehicle.", - media: { - imageSrc: "http://img.b2bpic.net/free-vector/too-quickly-premium-carwash-neon-text-with-car-shower_1262-15750.jpg", + title: "Premium Concierge", description: "Every service includes a complimentary full detailing service for your vehicle.", media: { + imageSrc: "http://img.b2bpic.net/free-vector/illustration-car-service-website_53876-37570.jpg", imageAlt: "car repair service icon" }, items: [ { - text: "Interior deep clean", - icon: Sparkles, + text: "Interior deep clean", icon: Sparkles, }, { - text: "Exterior buff and polish", - icon: Star, + text: "Exterior buff and polish", icon: Star, }, { - text: "Quality control check", - icon: Zap, + text: "Quality control check", icon: Zap, }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-vector/illustration-car-service-website_53876-37570.jpg?_wi=2", - imageAlt: "car repair service icon", }, ]} title="Why Choose GCM Motors" @@ -149,59 +118,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Tank", - name: "Tank 300 Premium", - price: "$45,000", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/dealership-agent-talking-with-client-gain-insights-into-what-might-sway-him_482257-124075.jpg", - }, + id: "1", brand: "Tank", name: "Tank 300 Premium", price: "$45,000", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/dealership-agent-talking-with-client-gain-insights-into-what-might-sway-him_482257-124075.jpg"}, { - id: "2", - brand: "Tank", - name: "Tank 500 Luxury", - price: "$65,000", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/ladies-car-salon-woman-buying-car-elegant-woman-blue-dress-manager-helps-client_1157-45024.jpg", - }, + id: "2", brand: "Tank", name: "Tank 500 Luxury", price: "$65,000", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/ladies-car-salon-woman-buying-car-elegant-woman-blue-dress-manager-helps-client_1157-45024.jpg"}, { - id: "3", - brand: "GWM", - name: "Haval H6 Sport", - price: "$38,000", - rating: 4, - reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-small-girl-is-sitting-lifting-platform-with-car-holding-hammer_613910-17072.jpg", - }, + id: "3", brand: "GWM", name: "Haval H6 Sport", price: "$38,000", rating: 4, + reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-small-girl-is-sitting-lifting-platform-with-car-holding-hammer_613910-17072.jpg"}, { - id: "4", - brand: "GWM", - name: "Ute Cannon X", - price: "$42,000", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg", - }, + id: "4", brand: "GWM", name: "Ute Cannon X", price: "$42,000", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg"}, { - id: "5", - brand: "BYD", - name: "Atto 3 Extended", - price: "$48,000", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30116.jpg", - }, + id: "5", brand: "BYD", name: "Atto 3 Extended", price: "$48,000", rating: 5, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30116.jpg"}, { - id: "6", - brand: "Tank", - name: "Tank 300 Ultra", - price: "$52,000", - rating: 5, - reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528620.jpg", - }, + id: "6", brand: "Tank", name: "Tank 300 Ultra", price: "$52,000", rating: 5, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528620.jpg"}, ]} title="Premium Inventory" description="Explore our curated selection of high-quality vehicles, inspected for reliability and performance." @@ -215,45 +148,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarah_j", - testimonial: "Golden Century Motors is my go-to. They fixed my water-damaged car when no one else could.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-with-curly-hair-wearing-outdoor-clothes-going-walk-standing-against-red-background_1258-149025.jpg", - }, + id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Golden Century Motors is my go-to. They fixed my water-damaged car when no one else could.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-with-curly-hair-wearing-outdoor-clothes-going-walk-standing-against-red-background_1258-149025.jpg"}, { - id: "2", - name: "Michael T.", - handle: "@m_t", - testimonial: "Professional, efficient, and they even threw in a free car wash. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-bearded-guy-with-blond-hair-smiling-happy-with-white-teeth-showing-thumb-up-looking-confident-relaxed-standing-against-white-background_176420-47420.jpg", - }, + id: "2", name: "Michael T.", handle: "@m_t", testimonial: "Professional, efficient, and they even threw in a free car wash. Highly recommend.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-bearded-guy-with-blond-hair-smiling-happy-with-white-teeth-showing-thumb-up-looking-confident-relaxed-standing-against-white-background_176420-47420.jpg"}, { - id: "3", - name: "Emily R.", - handle: "@emily_r", - testimonial: "The staff really knows their way around Tank vehicles. Truly specialists.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", - }, + id: "3", name: "Emily R.", handle: "@emily_r", testimonial: "The staff really knows their way around Tank vehicles. Truly specialists.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"}, { - id: "4", - name: "David W.", - handle: "@david_w", - testimonial: "Been coming here for years. Loyal service and honest advice every time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-with-arms-crossed-isolated-whit_1391-39.jpg", - }, + id: "4", name: "David W.", handle: "@david_w", testimonial: "Been coming here for years. Loyal service and honest advice every time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-with-arms-crossed-isolated-whit_1391-39.jpg"}, { - id: "5", - name: "Jason K.", - handle: "@jason_k", - testimonial: "The detail in their work is unmatched. Very happy with my service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg", - }, + id: "5", name: "Jason K.", handle: "@jason_k", testimonial: "The detail in their work is unmatched. Very happy with my service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg"}, ]} showRating={true} title="What Our Customers Say" @@ -268,28 +176,17 @@ export default function LandingPage() { description="Schedule your next service or inquiry about our current inventory." inputs={[ { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, + name: "name", type: "text", placeholder: "Full 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: "Your message or request", - rows: 4, + name: "message", placeholder: "Your message or request", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797631.jpg" mediaPosition="left"