From 99e56fe0a51e2b28391b592a5e0bde5cb22fbdc7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:49:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e503f1..ec5f5cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -250,12 +250,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "downward-rays-animated"}} - text="Ready to start your fitness journey? Reach out to us today to learn more about memberships and classes!" + text="Připraveni začít vaši fitness cestu? Kontaktujte nás ještě dnes a dozvíte se více o členstvích a lekcích!" buttons={[ { - text: "Get in Touch", href: "mailto:info@fitness-uno.cz"}, + text: "Kontaktujte nás", href: "mailto:info@fitness-uno.cz"}, { - text: "Visit Us", href: "https://www.google.com/maps/search/Fitness+Uno"}, + text: "Navštivte nás", href: "https://www.google.com/maps/search/Fitness+Uno"}, ]} /> @@ -291,7 +291,7 @@ export default function LandingPage() { ], }, ]} - copyrightText="© 2024 Fitness Uno. All rights reserved." + copyrightText="© 2024 Fitness Uno. Všechna práva vyhrazena." />