diff --git a/app/[...slug]/page.tsx b/app/[...slug]/page.tsx index 6f1a16ef..6d1271e4 100644 --- a/app/[...slug]/page.tsx +++ b/app/[...slug]/page.tsx @@ -197,7 +197,7 @@ function renderLocationPage(locationData: any, locationSlug: string) {

- +

Vending Machine Sales

@@ -207,7 +207,7 @@ function renderLocationPage(locationData: any, locationSlug: string) { - +

Vending Machine Repair

@@ -217,7 +217,7 @@ function renderLocationPage(locationData: any, locationSlug: string) { - +

Healthy Snack and Beverage Options

@@ -227,7 +227,7 @@ function renderLocationPage(locationData: any, locationSlug: string) { - +

Maintenance Services

@@ -304,7 +304,7 @@ function renderLocationPage(locationData: any, locationSlug: string) {

- +
@@ -316,7 +316,7 @@ function renderLocationPage(locationData: any, locationSlug: string) { - +
@@ -328,7 +328,7 @@ function renderLocationPage(locationData: any, locationSlug: string) { - +
diff --git a/app/services/repairs/page.tsx b/app/services/repairs/page.tsx index 41b62f2a..c32d285e 100644 --- a/app/services/repairs/page.tsx +++ b/app/services/repairs/page.tsx @@ -9,10 +9,12 @@ import { ServiceAreasSection } from '@/components/service-areas-section'; import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; import { CheckCircle2, Wrench, Clock, Phone, Shield, MapPin } from 'lucide-react'; import { RepairsImageCarousel } from '@/components/repairs-image-carousel'; +import { ContactForm } from '@/components/forms/contact-form'; +import { PublicInset, PublicSurface } from '@/components/public-surface'; import Image from 'next/image'; -import Script from 'next/script'; import Link from 'next/link'; import { ArrowRight } from 'lucide-react'; +import { businessConfig } from '@/lib/seo-config'; import type { Metadata } from 'next'; const WORDPRESS_SLUG = 'vending-machine-repairs'; @@ -392,32 +394,28 @@ export default async function RepairsPage() { Request Service

- Fill out the form below to request vending machine repair or maintenance services + Use the native Rocky intake below for repairs, diagnostics, or virtual support.

- - -
-