Update src/app/service-areas/page.tsx

This commit is contained in:
2026-03-07 19:39:35 +00:00
parent 26cb3aff0d
commit 562c8f68d8

View File

@@ -17,8 +17,7 @@ const navItems = [
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Interior Detailing", href: "/" },
{ label: "Exterior Detailing", href: "/" },
{ label: "Ceramic Coating", href: "/" },
@@ -26,8 +25,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/service-areas" },
{ label: "Gallery", href: "/" },
{ label: "Reviews", href: "/" },
@@ -35,8 +33,7 @@ const footerColumns = [
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Book Appointment", href: "/contact" },
{ label: "Phone: +1 562-644-9348", href: "tel:+15626449348" },
{ label: "12333 Woodruff Ave, Downey, CA 90241", href: "#" },
@@ -44,8 +41,7 @@ const footerColumns = [
],
},
{
title: "Hours",
items: [
title: "Hours", items: [
{ label: "Monday - Friday: 9 AM - 5 PM", href: "#" },
{ label: "Saturday: 10 AM - 4 PM", href: "#" },
{ label: "Sunday: Closed", href: "#" },
@@ -79,33 +75,13 @@ export default function ServiceAreasPage() {
tag="Coverage Map"
features={[
{
id: "01",
title: "Downey",
description: "Our home base with full-service detailing facility and mobile service availability throughout the city",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18952.jpg?_wi=3",
imageAlt: "Downey California service area",
},
id: "01", title: "Downey", description: "Our home base with full-service detailing facility and mobile service availability throughout the city", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18952.jpg", imageAlt: "Downey California service area"},
{
id: "02",
title: "Long Beach & Signal Hill",
description: "Professional detailing services available for luxury vehicles in these premium areas",
imageSrc: "http://img.b2bpic.net/free-photo/car-beautiful-sitting-embrace-carlo_1304-2608.jpg?_wi=3",
imageAlt: "Long Beach service area",
},
id: "02", title: "Long Beach & Signal Hill", description: "Professional detailing services available for luxury vehicles in these premium areas", imageSrc: "http://img.b2bpic.net/free-photo/car-beautiful-sitting-embrace-carlo_1304-2608.jpg", imageAlt: "Long Beach service area"},
{
id: "03",
title: "Lakewood & Cerritos",
description: "Convenient mobile detailing and facility services for your high-end vehicles",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-taillights-from-vintage-cars-with-vibrant-colors_181624-15201.jpg?_wi=3",
imageAlt: "Lakewood service area",
},
id: "03", title: "Lakewood & Cerritos", description: "Convenient mobile detailing and facility services for your high-end vehicles", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-taillights-from-vintage-cars-with-vibrant-colors_181624-15201.jpg", imageAlt: "Lakewood service area"},
{
id: "04",
title: "Paramount & Bellflower",
description: "Expert ceramic coating and paint correction services delivered to your location",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gray-car-driving-down-road-with-long-exposure_181624-59645.jpg?_wi=3",
imageAlt: "Paramount service area",
},
id: "04", title: "Paramount & Bellflower", description: "Expert ceramic coating and paint correction services delivered to your location", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-gray-car-driving-down-road-with-long-exposure_181624-59645.jpg", imageAlt: "Paramount service area"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -120,24 +96,16 @@ export default function ServiceAreasPage() {
metrics={[
{
icon: MapPin,
label: "Service Radius",
value: "30+ Miles",
},
label: "Service Radius", value: "30+ Miles"},
{
icon: Truck,
label: "Mobile Service",
value: "Full Fleet",
},
label: "Mobile Service", value: "Full Fleet"},
{
icon: Clock,
label: "Same-Day Appointments",
value: "Available",
},
label: "Same-Day Appointments", value: "Available"},
{
icon: MapPin,
label: "Locations Served",
value: "15+ Cities",
},
label: "Locations Served", value: "15+ Cities"},
]}
useInvertedBackground={true}
metricsAnimation="slide-up"
@@ -151,11 +119,12 @@ export default function ServiceAreasPage() {
description="Contact us today to book an appointment for your luxury vehicle. We offer flexible scheduling and convenient service options for customers throughout Los Angeles County."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15204.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15204.jpg"
mediaPosition="right"
inputPlaceholder="your@luxury-email.com"
buttonText="Schedule Now"
termsText="We serve areas within a 30-mile radius of Downey, California. Contact us for special requests outside our standard service area."
mediaAnimation="none"
/>
</div>