From 97caa8161b37e663b2f4f85d3427b52de36c177a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:52:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b53d663..5315896 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,3 @@ - import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -- 2.49.1 From 4afdbe1580df836f93a7b24a301992243a423424 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:52:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++------------------------------- 1 file changed, 18 insertions(+), 33 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d426fa..f9e426b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,15 +48,14 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=1" + imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80" imageAlt="USA Automotive Service professional auto repair shop" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Danuta Stopka", handle: "Regular Customer", testimonial: "Phenomenal service with phenomenal prices. They really helped me out with my muffler. Great staff!! Thank you so much guys!!!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Danuta Stopka - Customer" - }, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "Danuta Stopka - Customer"}, ]} buttons={[ { text: "Call Now: +1 773-238-1333", href: "tel:+1-773-238-1333" }, @@ -78,38 +77,30 @@ export default function HomePage() { { id: 1, title: "Brake Services", description: "Expert brake pad replacement, rotors, calipers, and complete brake system diagnostics to ensure your safety on the road.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake service - Mechanic checking brakes" - }, + imageSrc: "https://images.unsplash.com/photo-1609708536965-1b42b6b8d59e?w=400&q=80", imageAlt: "Brake service - Mechanic checking brakes"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=1", imageAlt: "Air conditioning service - HVAC system" - }, + imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80", imageAlt: "Air conditioning service - HVAC system"}, }, { id: 2, title: "Engine Repair & Diagnosis", description: "Advanced diagnostics and repair for engine performance issues, tuning, and complete engine overhauls with quality parts.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-unrecognizable-mechanic-doing-car-service-maintenance_146671-19691.jpg", imageAlt: "Engine repair - Mechanic working on engine" - }, + imageSrc: "https://images.unsplash.com/photo-1517420879433-29dcb7e96e4e?w=400&q=80", imageAlt: "Engine repair - Mechanic working on engine"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", imageAlt: "Oil change service - Checking car oil" - }, + imageSrc: "https://images.unsplash.com/photo-1506157786151-b8491531f063?w=400&q=80", imageAlt: "Oil change service - Checking car oil"}, }, { id: 3, title: "Air Conditioning & Climate Control", description: "AC installation, repair, and maintenance to keep your vehicle comfortable year-round with professional service.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=2", imageAlt: "AC repair - HVAC manometer system" - }, + imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80", imageAlt: "AC repair - HVAC manometer system"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg?_wi=1", imageAlt: "Wheel service - Mechanic checking tires" - }, + imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80", imageAlt: "Wheel service - Mechanic checking tires"}, }, { id: 4, title: "Wheel Alignment & Battery Service", description: "Precision wheel alignment and battery diagnostics to improve handling, fuel efficiency, and vehicle reliability.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg?_wi=2", imageAlt: "Wheel alignment - Mechanic working on tires" - }, + imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80", imageAlt: "Wheel alignment - Mechanic working on tires"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg", imageAlt: "Battery service - Electrical repair jump starting" - }, + imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&q=80", imageAlt: "Battery service - Electrical repair jump starting"}, }, ]} textboxLayout="default" @@ -129,7 +120,7 @@ export default function HomePage() { description="11044 S Western Ave, Chicago" subdescription="Professional Service Since Day One" icon={Wrench} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=2" + imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=600&q=80" imageAlt="Professional auto repair technicians at work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -141,17 +132,13 @@ export default function HomePage() {