Update src/app/page.tsx

This commit is contained in:
2026-04-09 00:44:56 +00:00
parent 053714d62b
commit 6fa4d67c56

View File

@@ -46,8 +46,7 @@ export default function LandingPage() {
logoText="Gonzalez Renovations"
description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship."
buttons={[
{ text: "Start Project", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" },
{ text: "Our Portfolio", onClick: () => window.location.href = "https://google.com" }
{ text: "Start Project", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" }
]}
background={{
variant: "gradient-bars"
@@ -160,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}