Update src/app/page.tsx

This commit is contained in:
2026-05-28 06:01:18 +00:00
parent ea2f8f9794
commit b6024f8cc4

View File

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