diff --git a/src/app/page.tsx b/src/app/page.tsx index e6d33b0..813c9f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,8 +58,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Get a Free Quote", href: "tel:07853820353" }, - { text: "Call Now", href: "tel:07853820353" }, + { text: "Get Your Free Quote", href: "tel:07853820353" } ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-geometric-shapes-digital-art-background_482257-126105.jpg" mediaAnimation="slide-up" @@ -202,4 +201,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}