From 9c0c263370f446d2471a7ec9a1eb4c28f613d066 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:16:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39200b0..0bbe8b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Wrench, DollarSign, Phone, MapPin, Clock, Star } from "lucide-react"; +import { ShieldCheck, Wrench, DollarSign } from "lucide-react"; export default function PlumbingPage() { return ( @@ -139,6 +138,7 @@ export default function PlumbingPage() { { id: "3", title: "What suburbs do you cover?", content: "We are based in Peakhurst and serve the entire surrounding area including Hurstville, Mortdale, and the wider Sydney region." }, { id: "4", title: "Can you handle large jobs?", content: "Absolutely, from minor leak repairs to full system replacements, Mo and his team have the expertise required." }, ]} + useInvertedBackground={false} /> -- 2.49.1