From d0fd80a1bf131272a8a41f5c857b82a43116a52b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:52:03 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 61284fc..b766e06 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { title="Need a Mechanic Today?" description="Fast, honest mobile mechanic service you can trust. Call now or request service online to get your vehicle fixed quickly." tagIcon={Wrench} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/we-are-opened-business_637285-11603.jpg" imageAlt="Professional mobile mechanic ready to help" -- 2.49.1 From 5ab840c3f00c656a65c3096c9087f5ecc10c9870 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:52:04 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da5f7e4..df5efff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function HomePage() { description="Fast, honest auto repair without the hassle of a shop visit. Same-day service, fair pricing, and friendly local mechanics you can trust." tag="Trusted Local Service" tagIcon={Wrench} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} buttons={[ { text: "Call Now", href: "tel:+1-555-0123" }, { text: "Request Service", href: "/contact" }, @@ -230,7 +230,7 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Check Service Area", href: "/services" }]} + buttons={[{ text: "Check Service Area", href: "/service-areas" }]} /> @@ -240,7 +240,7 @@ export default function HomePage() { title="Need a Mechanic Today?" description="Fast, honest mobile mechanic service you can trust. Call now or request service online to get your vehicle fixed quickly." tagIcon={Wrench} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/we-are-opened-business_637285-11603.jpg" imageAlt="Professional mobile mechanic ready to help" -- 2.49.1 From d46952c87843462b76e180cc7bf547a9828d34d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:52:04 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8b82579..6bd3813 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -97,7 +97,7 @@ export default function PricingPage() { title="Get Your Vehicle Serviced Today" description="Contact us now for a free estimate or to schedule your mobile mechanic service. We offer flexible appointment times and same-day service availability." tagIcon={Wrench} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/we-are-opened-business_637285-11603.jpg" imageAlt="Mobile mechanic ready to help" -- 2.49.1