Update src/app/page.tsx

This commit is contained in:
2026-03-05 18:47:45 +00:00
parent df1b426df9
commit 855206f7cb

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now (713) 352-1919", href: "tel:(713) 352-1919" },
{ text: "Schedule Free Inspection", href: "tel:(713) 352-1919" },
{ text: "Request Service", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}