From b5f2f3edaf624702c0718da3a65372eb597eb942 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:20:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cc738d3..a484fe7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Exterior Detailing", href: "/services" }, { label: "Interior Detailing", href: "/services" }, { label: "Ceramic Coating", href: "/services" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: (555) 123-4567", href: "#" }, { label: "Email: info@primedetailz.com", href: "#" }, { label: "Follow Us", href: "#" }, @@ -87,26 +84,11 @@ export default function ContactPage() { tag="Contact Methods" features={[ { - id: "01", - title: "Phone", - description: "Call us at (555) 123-4567 during business hours. Our team is ready to answer your questions and schedule appointments.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", - imageAlt: "Phone contact", - }, + id: "01", title: "Phone", description: "Call us at (555) 123-4567 during business hours. Our team is ready to answer your questions and schedule appointments.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Phone contact"}, { - id: "02", - title: "Email", - description: "Send us an email at info@primedetailz.com with your service requests and details. We respond within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", - imageAlt: "Email contact", - }, + id: "02", title: "Email", description: "Send us an email at info@primedetailz.com with your service requests and details. We respond within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Email contact"}, { - id: "03", - title: "Service Area", - description: "We service a 15-mile radius throughout the region. Contact us to confirm your location and availability for mobile detailing.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=2", - imageAlt: "Service area", - }, + id: "03", title: "Service Area", description: "We service a 15-mile radius throughout the region. Contact us to confirm your location and availability for mobile detailing.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", imageAlt: "Service area"}, ]} textboxLayout="default" animationType="slide-up"