Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 15:49:45 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -291,7 +291,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 Fitness Uno. All rights reserved."
copyrightText="© 2024 Fitness Uno. Všechna práva vyhrazena."
/>
</div>
</ReactLenis>