diff --git a/src/app/page.tsx b/src/app/page.tsx index dd50d99..3b5dfc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -236,7 +236,7 @@ export default function LandingPage() { animationType="background-highlight" buttons={[ { text: "Zarezerwuj konsultację", href: "https://calendar.app.google.com" }, - { text: "Napisz wiadomość", href: "mailto:hello@webild.dev" } + { text: "Skontaktuj się mailowo", href: "mailto:hello@webild.dev" } ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false}