From 1fdb3bd6511331fc13e0c60104990edf86edb382 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:19:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}