From 331e54985218f71607b82b827eb7d8d7aea482a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:46:13 +0000 Subject: [PATCH 1/2] 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 9ab6cac..266c789 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Schedule Your Auto Repair Service" description="Call us now or fill out the form to schedule your service appointment. We respond quickly and provide honest pricing on all repairs. Available Monday-Friday 8:00 AM to 5:30 PM." - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg" imageAlt="USA Automotive Service location in Chicago" -- 2.49.1 From 214bf36ff76856b18e2c40100c8b9ab7b220685b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:46:13 +0000 Subject: [PATCH 2/2] 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 af91dcf..39d98be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tag="Expert Auto Repair" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" imageAlt="USA Automotive Service professional auto repair shop" @@ -169,7 +169,7 @@ export default function HomePage() { tagAnimation="slide-up" title="Need Reliable Auto Repair Today?" 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: "aurora" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg" imageAlt="USA Automotive Service location in Chicago" -- 2.49.1