Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user