diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d9463f4..9ab6cac 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: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg" imageAlt="USA Automotive Service location in Chicago" @@ -99,9 +99,11 @@ export default function ContactPage() { { label: "Phone: +1 773-238-1333", href: "tel:+1-773-238-1333" }, { label: "Email: info@usaauto.com", href: "mailto:info@usaauto.com" }, { - label: "Address: 11044 S Western Ave", href: "https://maps.google.com/?q=11044+S+Western+Ave+Chicago+IL+60643"}, + label: "Address: 11044 S Western Ave", href: "https://maps.google.com/?q=11044+S+Western+Ave+Chicago+IL+60643" + }, { - label: "Get Directions", href: "https://maps.google.com/?q=11044+S+Western+Ave+Chicago+IL+60643"}, + label: "Get Directions", href: "https://maps.google.com/?q=11044+S+Western+Ave+Chicago+IL+60643" + }, ], }, {