From ea3ce9c0a8b6cc8712789313015ffcb0422fe7cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 19:12:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb031e2..5964df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { title="B-Eazy Car Repair – Reliable Automotive Solutions" description="Professional car care you can trust. We provide expert diagnostics, routine maintenance, and complex repairs with precision and honesty." testimonials={[ - { name: "John Doe", handle: "@johnd", testimonial: "Excellent service and honest pricing. They fixed my engine noise quickly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg", imageAlt: "modern mechanic shop interior clean" }, + { name: "John Doe", handle: "@johnd", testimonial: "Excellent service and honest pricing. They fixed my engine noise quickly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean" }, { name: "Jane Smith", handle: "@jsmith", testimonial: "Fast, friendly, and reliable. Best auto shop in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-mechanic-his-manager-working-touchpad-auto-repair-shop_637285-8672.jpg", imageAlt: "modern mechanic shop interior clean" }, - { name: "Mark Wilson", handle: "@mwilson", testimonial: "Very professional and detailed work. My car runs like new again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg", imageAlt: "modern mechanic shop interior clean" }, - { name: "Sarah Lee", handle: "@slee", testimonial: "I never go anywhere else for my car maintenance. Top notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg", imageAlt: "modern mechanic shop interior clean" }, - { name: "Tom Brown", handle: "@tbrown", testimonial: "Fair prices and quality service. They saved me a lot of money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", imageAlt: "modern mechanic shop interior clean" } + { name: "Mark Wilson", handle: "@mwilson", testimonial: "Very professional and detailed work. My car runs like new again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean" }, + { name: "Sarah Lee", handle: "@slee", testimonial: "I never go anywhere else for my car maintenance. Top notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean" }, + { name: "Tom Brown", handle: "@tbrown", testimonial: "Fair prices and quality service. They saved me a lot of money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=1", imageAlt: "modern mechanic shop interior clean" } ]} - imageSrc="http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tools-bike-creation-workshop_23-2148866651.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", alt: "Mechanic starting maintenance" }, { src: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg", alt: "Wide shot of an old barn' s workbench with different types of tools" }, @@ -85,9 +85,9 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} features={[ - { title: "Oil Change", description: "Regular maintenance to keep your engine running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg", buttonIcon: Zap }, - { title: "Brake Repair", description: "Ensure your safety with our expert brake system services.", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg", buttonIcon: Shield }, - { title: "Tire Service", description: "Professional tire balancing, alignment, and replacements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", buttonIcon: Circle }, + { title: "Oil Change", description: "Regular maintenance to keep your engine running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg?_wi=2", buttonIcon: Zap }, + { title: "Brake Repair", description: "Ensure your safety with our expert brake system services.", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg?_wi=2", buttonIcon: Shield }, + { title: "Tire Service", description: "Professional tire balancing, alignment, and replacements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=2", buttonIcon: Circle }, { title: "Engine Diagnostics", description: "Advanced scanning technology for accurate fault identification.", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", buttonIcon: Activity } ]} title="Our Professional Services" -- 2.49.1