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() {