From 4a9d4d7d185da6b30f040cddaf1319bd3f2839fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:59:25 +0000 Subject: [PATCH 1/2] Update src/app/services/flooring/page.tsx --- src/app/services/flooring/page.tsx | 203 ++++++++++++----------------- 1 file changed, 85 insertions(+), 118 deletions(-) diff --git a/src/app/services/flooring/page.tsx b/src/app/services/flooring/page.tsx index 075488b..46b2170 100644 --- a/src/app/services/flooring/page.tsx +++ b/src/app/services/flooring/page.tsx @@ -7,7 +7,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { Hammer, Star, Phone } from "lucide-react"; +import { Home, Star, CheckCircle, Phone, Mail } from "lucide-react"; export default function FlooringServicesPage() { return ( @@ -25,123 +25,108 @@ export default function FlooringServicesPage() { >
@@ -150,81 +135,63 @@ export default function FlooringServicesPage() { Date: Tue, 10 Mar 2026 18:59:25 +0000 Subject: [PATCH 2/2] Update src/app/services/painting/page.tsx --- src/app/services/painting/page.tsx | 136 ++++++++++------------------- 1 file changed, 46 insertions(+), 90 deletions(-) diff --git a/src/app/services/painting/page.tsx b/src/app/services/painting/page.tsx index 355ea85..80f91dd 100644 --- a/src/app/services/painting/page.tsx +++ b/src/app/services/painting/page.tsx @@ -7,7 +7,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { Hammer, Star, Palette, Phone, Mail } from "lucide-react"; +import { Palette, Star, Zap, Phone, Mail } from "lucide-react"; export default function PaintingServicesPage() { return ( @@ -34,89 +34,66 @@ export default function PaintingServicesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Call Now", - href: "tel:804-938-0669" + text: "Call Now", href: "tel:804-938-0669" }} />