From 64b80fcc555a7c35d9ffe9fbc7c242521dd70587 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:53:20 +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 b766e06..89b334a 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: "aurora" }} + background={{ variant: "sparkles-gradient" }} 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 0f518fd8b518e592f631b1e1fdc9cd897ef0f634 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:53:20 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df5efff..ba8ec84 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: "aurora" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Call Now", href: "tel:+1-555-0123" }, { text: "Request Service", href: "/contact" }, @@ -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: "aurora" }} + background={{ variant: "sparkles-gradient" }} 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 b344ef413627be787c2be73da1ac99f2d87d72d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:53:21 +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 6bd3813..3859b82 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: "aurora" }} + background={{ variant: "sparkles-gradient" }} 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