From e2124cfa665b14423f717f90efd62141883f64f0 Mon Sep 17 00:00:00 2001 From: DMleadgen Date: Fri, 27 Mar 2026 15:31:33 -0600 Subject: [PATCH] fix: align public customer-facing styles --- app/[...slug]/page.tsx | 14 +-- app/services/repairs/page.tsx | 49 +++++----- app/sign-in/[[...sign-in]]/page.tsx | 25 +++-- app/vending-machines-[location]/page.tsx | 55 ++++------- components/contact-section.tsx | 111 ++++++++++------------- components/forms/contact-form.tsx | 12 ++- components/manuals-page-client.tsx | 4 +- components/order-tracking.tsx | 25 ++--- components/public-surface.tsx | 4 +- components/reviews-section.tsx | 30 +++--- components/ui/card.tsx | 2 +- components/vending-machines-page.tsx | 10 +- 12 files changed, 160 insertions(+), 181 deletions(-) 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.

- - -
-