Update src/app/page.tsx

This commit is contained in:
2026-05-28 06:03:43 +00:00
parent 073eefc398
commit d16234d7e2

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
]}
brandName="Entrepalmas"
button={{
text: "+506 8617-2220", onClick: () => alert('+506 8617-2220')
text: "Contacto", onClick: () => alert('+506 8617-2220')
}}
/>
</div>
@@ -322,4 +322,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}