diff --git a/src/app/page.tsx b/src/app/page.tsx index 05ada29..b6898b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwen import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Wrench, Star, Phone, Mail, MapPin } from "lucide-react"; export default function SalPlumbingPage() { return ( @@ -86,6 +85,7 @@ export default function SalPlumbingPage() { ]} textarea={{ name: "message", placeholder: "Describe your plumbing issue...", required: true }} buttonText="Send Request" + useInvertedBackground={false} />