Update src/app/page.tsx

This commit is contained in:
2026-04-15 23:56:54 +00:00
parent f53347345e
commit e49c5cc847

View File

@@ -202,7 +202,7 @@ export default function LandingPage() {
description="Heeft u vragen of wilt u een woning aanbieden? Ons team staat klaar om u te helpen."
buttons={[
{
text: "Contacteer Ons", href: "mailto:info@maghrebestategroup.com"},
text: "Stuur ons een bericht", href: "mailto:info@maghrebestategroup.com"},
{
text: "WhatsApp", href: "https://wa.me/31600000000"},
]}
@@ -243,4 +243,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}