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" 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"