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