2 Commits

Author SHA1 Message Date
650f4f0659 Update src/app/page.tsx 2026-05-15 15:04:19 +00:00
a9507b1806 Merge version_2 into main
Merge version_2 into main
2026-05-15 14:58:04 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ 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" imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-with-phone-headphones_23-2148291125.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -247,4 +247,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }