Update src/app/page.tsx

This commit is contained in:
2026-03-04 18:52:47 +00:00
parent 4afdbe1580
commit 4fa966eec3

View File

@@ -48,14 +48,14 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80&_wi=1"
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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "Danuta Stopka - Customer"},
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80&_wi=1", imageAlt: "Danuta Stopka - Customer"},
]}
buttons={[
{ text: "Call Now: +1 773-238-1333", href: "tel:+1-773-238-1333" },
@@ -79,7 +79,7 @@ export default function HomePage() {
title: "Brake Services", description: "Expert brake pad replacement, rotors, calipers, and complete brake system diagnostics to ensure your safety on the road.", phoneOne: {
imageSrc: "https://images.unsplash.com/photo-1609708536965-1b42b6b8d59e?w=400&q=80", imageAlt: "Brake service - Mechanic checking brakes"},
phoneTwo: {
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80", imageAlt: "Air conditioning service - HVAC system"},
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80&_wi=1", imageAlt: "Air conditioning service - HVAC system"},
},
{
id: 2,
@@ -91,14 +91,14 @@ export default function HomePage() {
{
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: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80", imageAlt: "AC repair - HVAC manometer system"},
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80&_wi=2", imageAlt: "AC repair - HVAC manometer system"},
phoneTwo: {
imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80", imageAlt: "Wheel service - Mechanic checking tires"},
imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80&_wi=1", 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: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80", imageAlt: "Wheel alignment - Mechanic working on tires"},
imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80&_wi=2", imageAlt: "Wheel alignment - Mechanic working on tires"},
phoneTwo: {
imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&q=80", imageAlt: "Battery service - Electrical repair jump starting"},
},
@@ -132,13 +132,13 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Danuta Stopka", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "Danuta Stopka - Happy Customer"},
id: "1", name: "Danuta Stopka", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80&_wi=2", imageAlt: "Danuta Stopka - Happy Customer"},
{
id: "2", name: "Michael Rodriguez", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80", imageAlt: "Michael Rodriguez - Happy Customer"},
{
id: "3", name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80", imageAlt: "Sarah Johnson - Happy Customer"},
{
id: "4", name: "James Wilson", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "James Wilson - Happy Customer"},
id: "4", name: "James Wilson", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80&_wi=3", imageAlt: "James Wilson - Happy Customer"},
]}
cardTitle="4.9★ Rating | 500+ 5-Star Reviews | Trusted Since 2005"
cardTag="See what they say about us"
@@ -158,7 +158,7 @@ export default function HomePage() {
description="Call us now or fill out the form to schedule your service. We respond quickly and provide honest pricing on all repairs."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80&_wi=2"
imageAlt="USA Automotive Service location in Chicago"
mediaAnimation="slide-up"
mediaPosition="right"