From 933baac6b5f2b86ddb16c8ba19efc763c0490557 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 02:41:10 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e744d94..1e11fbf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { CheckCircle, Clock, ShieldCheck, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -17,10 +16,8 @@ export default function HomePage() { tag="Trusted Roofing Contractors in Sydney" title="Professional Roofing Services in Bankstown & Western Sydney" description="N.S.W Roofing LTD provides reliable, high-quality roofing repairs, inspections, and gutter solutions. 4.9 star rated excellence for your home or business." - primaryButton={{ - text: "Get a Free Quote", href: "#contact"}} - secondaryButton={{ - text: "Call (02) 8859 6011", href: "tel:0288596011"}} + primaryButton={{ text: "Get a Free Quote", href: "#contact" }} + secondaryButton={{ text: "Call (02) 8859 6011", href: "tel:0288596011" }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg" /> -- 2.49.1