Update src/app/page.tsx

This commit is contained in:
2026-04-20 17:30:48 +00:00
parent 11f00d5eee
commit 81d5fd4551

View File

@@ -147,7 +147,7 @@ export default function LandingPage() {
title="Hagámoslo realidad"
description="Cuéntanos qué necesitas por WhatsApp o llámanos para resolver cualquier duda al instante."
buttons={[
{ text: "WhatsApp", href: "https://wa.me/34600000000" },
{ text: "Hablar por WhatsApp", href: "https://wa.me/34600000000" },
{ text: "Llamar ahora", href: "tel:+34600000000" }
]}
background={{ variant: "plain" }}
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}