Update src/app/contact/page.tsx

This commit is contained in:
2026-02-20 20:02:38 +00:00
parent 9e4e05ccba
commit 05a7653326

View File

@@ -59,9 +59,9 @@ export default function ContactPage() {
title="Our Service Area"
description="We proudly serve the following communities and surrounding areas."
features={[
{ title: "Oak Creek", description: "Main service hub and surrounding neighborhoods.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg", imageAlt: "Map of Oak Creek" },
{ title: "Riverwood", description: "Covering all residential and commercial needs.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg", imageAlt: "Map of Riverwood" },
{ title: "Maple Valley", description: "Prompt service for all plumbing issues.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg", imageAlt: "Map of Maple Valley" }
{ title: "Oak Creek", description: "Main service hub and surrounding neighborhoods.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg?_wi=1", imageAlt: "Map of Oak Creek" },
{ title: "Riverwood", description: "Covering all residential and commercial needs.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg?_wi=2", imageAlt: "Map of Riverwood" },
{ title: "Maple Valley", description: "Prompt service for all plumbing issues.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg?_wi=3", imageAlt: "Map of Maple Valley" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"