From c66b70cdbdb81238e4d0867f91be00985bb0bc95 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:20:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a6aafa..87ff050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Star, Timer, Users } from "lucide-react"; +import { Mulish } from "next/font/google"; const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"], @@ -61,7 +62,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg" imageAlt="plumbing heating engineer working" showDimOverlay={true} - useInvertedBackground={true} buttonAnimation="slide-up" /> @@ -73,7 +73,6 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} useInvertedBackground={false} - description="R&R Plumbing & Heating Bolton Ltd. is a family-run business dedicated to providing top-tier plumbing and heating solutions. With decades of combined experience, our certified engineers ensure quality workmanship and reliable service for every project, big or small. We pride ourselves on transparent pricing, timely service, and a commitment to customer satisfaction. From routine maintenance to emergency repairs and full installations, trust R&R to keep your home comfortable and safe." />
-- 2.49.1