1 Commits

Author SHA1 Message Date
650f4f0659 Update src/app/page.tsx 2026-05-15 15:04:19 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[
{
text: "Contact via WhatsApp", href: "https://wa.me/22666317245"},
text: "Contact via WhatsApp", href: "https://api.whatsapp.com/send?phone=22666317245"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-with-phone-headphones_23-2148291125.jpg"
mediaAnimation="slide-up"
@@ -247,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}