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