From e815b021f7dd0ab0bd7f18692214e7e86ac3f85f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:42:02 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f01ce66..d9463f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -44,9 +44,9 @@ 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: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg" imageAlt="USA Automotive Service location in Chicago" mediaAnimation="slide-up" mediaPosition="right" @@ -66,7 +66,7 @@ export default function ContactPage() { description="Monday - Friday: 8:00 AM - 5:30 PM" subdescription="Call +1 773-238-1333 for immediate service" icon={Wrench} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" imageAlt="USA Automotive Service facility" mediaAnimation="slide-up" useInvertedBackground={false} @@ -79,8 +79,7 @@ export default function ContactPage() { logoText="USA Automotive" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Brake Services", href: "/services" }, { label: "Engine Repair", href: "/services" }, { label: "Air Conditioning", href: "/services" }, @@ -88,8 +87,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Blog", href: "#" }, @@ -97,23 +95,17 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { 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"}, ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Mon - Fri: 8:00 AM - 5:30 PM", href: "#" }, { label: "Saturday: Closed", href: "#" }, { label: "Sunday: Closed", href: "#" }, @@ -121,8 +113,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" },