Update src/app/page.tsx

This commit is contained in:
2026-05-13 15:23:56 +00:00
parent d02c6c3b30
commit cb448d2e4d

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}