@@ -247,14 +247,14 @@ export default function HomePage() {
window.location.href = "tel:+15551234567"},
+ text: "Call Now: +27 (11) 123-4567", onClick: () => window.location.href = "tel:+27111234567"},
{
- text: "Book a Free Call", href: "/services"},
+ text: "Book a Free Call", href: "#lead-capture"},
]}
buttonAnimation="slide-up"
ariaLabel="Call to action banner"
@@ -270,4 +270,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}