Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 21:30:33 +00:00
parent 33cc507d75
commit 705572516f

View File

@@ -44,7 +44,7 @@ export default function ContactPage() {
description="Have questions about our services or ready to book an appointment? Reach out to us today and let our expert team help you get back on the road safely."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/dark-storage-full-big-variety-new-tyres-busy-warehouse_613910-17114.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/dark-storage-full-big-variety-new-tyres-busy-warehouse_613910-17114.jpg"
imageAlt="Professional tyre workshop"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -63,24 +63,15 @@ export default function ContactPage() {
tagIcon={MapPin}
features={[
{
id: "phone",
label: "Phone",
title: "Call Us Anytime",
items: ["078 749 9491", "Direct line", "Fast response", "24-hour availability"],
id: "phone", label: "Phone", title: "Call Us Anytime", items: ["078 749 9491", "Direct line", "Fast response", "24-hour availability"],
buttons: [{ text: "Call Now", href: "tel:0787499491" }],
},
{
id: "address",
label: "Location",
title: "Visit Our Workshop",
items: ["Grey Ave, Vereeniging", "1939, South Africa", "Easy access", "Ample parking"],
id: "address", label: "Location", title: "Visit Our Workshop", items: ["Grey Ave, Vereeniging", "1939, South Africa", "Easy access", "Ample parking"],
buttons: [{ text: "Get Directions", href: "https://maps.google.com" }],
},
{
id: "hours",
label: "Hours",
title: "We're Open",
items: ["Mon-Fri: 7:00 AM - 5:00 PM", "Sat: 7:00 AM - 1:00 PM", "Sun: Closed", "Same-day service available"],
id: "hours", label: "Hours", title: "We're Open", items: ["Mon-Fri: 7:00 AM - 5:00 PM", "Sat: 7:00 AM - 1:00 PM", "Sun: Closed", "Same-day service available"],
buttons: [{ text: "Schedule Service", href: "tel:0787499491" }],
},
]}