diff --git a/src/app/page.tsx b/src/app/page.tsx index ae8ebdf..61b952a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,18 +48,23 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg", imageAlt: "Professional mechanic working on vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg", imageAlt: "Professional mechanic working on vehicle" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/cars-lifting-maintenance-garage-service-station_627829-3956.jpg", imageAlt: "Modern auto repair shop interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/cars-lifting-maintenance-garage-service-station_627829-3956.jpg", imageAlt: "Modern auto repair shop interior" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg?_wi=1", imageAlt: "Advanced diagnostic equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg", imageAlt: "Advanced diagnostic equipment" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-shop-cashier-talking-customer-laughing-checkout-medium-shot-shopping-concept_74855-11828.jpg", imageAlt: "Customer service counter"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-shop-cashier-talking-customer-laughing-checkout-medium-shot-shopping-concept_74855-11828.jpg", imageAlt: "Customer service counter" + }, ]} buttons={[ { text: "Book Now", href: "#contact" }, { text: "Call: (702) 555-0147", href: "tel:7025550147" }, ]} + mediaAnimation="none" /> @@ -73,30 +78,38 @@ export default function LandingPage() { { id: 1, title: "Engine Diagnostics & Repair", description: "Computer diagnostic scanning, engine rebuilds, tune-ups, and performance optimization for all vehicle types.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-request-help-from-coworker_482257-76115.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-request-help-from-coworker_482257-76115.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg" + }, }, { id: 2, title: "Brake Service & Safety", description: "Brake pad replacement, rotor resurfacing, ABS diagnostics, and complete brake system inspections.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg" + }, }, { id: 3, title: "Transmission & Fluid Services", description: "Transmission fluid flushes, repairs, replacements, and automatic/manual transmission diagnostics.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-grey-metallic-gears-car-parts_181624-4504.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-grey-metallic-gears-car-parts_181624-4504.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg" + }, }, { id: 4, title: "Tire & Suspension", description: "Tire rotation, balancing, alignment, suspension repairs, shock absorbers, and steering diagnostics.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg" + }, }, ]} showStepNumbers={true} @@ -115,6 +128,7 @@ export default function LandingPage() { { icon: Clock, label: "Years of Experience", value: "15+" }, { icon: Zap, label: "Same-Day Service", value: "90%" }, ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -128,7 +142,8 @@ export default function LandingPage() { plans={[ { id: "basic", price: "$49.99", name: "Basic Inspection", features: [ - "Vehicle diagnostic scan", "System check-up", "Written report", "Price estimate"], + "Vehicle diagnostic scan", "System check-up", "Written report", "Price estimate" + ], buttons: [ { text: "Book Inspection", href: "#contact" }, { text: "Learn More", href: "#services" }, @@ -137,7 +152,8 @@ export default function LandingPage() { { id: "maintenance", badge: "Most Popular", badgeIcon: Star, price: "$199.99", name: "Full Service", features: [ - "Oil change & filter", "Fluid top-ups", "Brake inspection", "Tire rotation", "Battery test"], + "Oil change & filter", "Fluid top-ups", "Brake inspection", "Tire rotation", "Battery test" + ], buttons: [ { text: "Schedule Now", href: "#contact" }, { text: "View Details", href: "#services" }, @@ -145,7 +161,8 @@ export default function LandingPage() { }, { id: "comprehensive", price: "Custom Quote", name: "Major Repairs", features: [ - "Engine diagnostics", "Transmission service", "Suspension work", "Electrical repairs", "Free 30-day warranty"], + "Engine diagnostics", "Transmission service", "Suspension work", "Electrical repairs", "Free 30-day warranty" + ], buttons: [ { text: "Get Free Quote", href: "#contact" }, { text: "Call Us", href: "tel:7025550147" }, @@ -167,22 +184,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", role: "Fleet Manager", company: "Desert Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg" + }, { id: "2", name: "Angela Martinez", role: "Small Business Owner", company: "Martinez Cleaning Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" + }, { id: "3", name: "David Chen", role: "Sales Representative", company: "Tech Solutions Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg" + }, { id: "4", name: "Sarah Williams", role: "Healthcare Professional", company: "Henderson Medical Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg" + }, { id: "5", name: "James Rodriguez", role: "Construction Manager", company: "Vegas Build Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg" + }, { id: "6", name: "Patricia Lee", role: "Executive Director", company: "Community Foundation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + }, ]} gridVariant="uniform-all-items-equal" textboxLayout="default"