Update src/app/page.tsx

This commit is contained in:
2026-04-06 21:41:11 +00:00
parent 0df81e1bce
commit 1f7a0768e5

View File

@@ -177,7 +177,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}}
useInvertedBackground={true}
buttons={[
{ text: "Call (765) 201-0460", href: "tel:7652010460" },
{ text: "Get Your Free Estimate", href: "tel:7652010460" },
{ text: "Visit 2300 Concord Rd", href: "https://maps.app.goo.gl/" }
]}
/>
@@ -216,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}