move schedule
CI/CD Deploy / test (push) Successful in 1m11s
CI/CD Deploy / build-push (push) Successful in 1m39s
CI/CD Deploy / deploy (push) Successful in 19s

This commit is contained in:
Antoni Nuñez Romeu
2026-09-04 15:06:12 +02:00
parent 8578942e54
commit cb0e01634e
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ const HeroSection = () => {
transition={{ delay: 1 }}
>
<Button variant="hero" size="lg" className="text-lg px-10 py-6" asChild>
<a href={SECTIONS.booking ? "#booking" : "#mixed-booking"}>{t('hero.bookYourPass')}</a>
<a href={SECTIONS.schedule ? "#schedule" : "#schedule"}>{t('hero.viewSchedule')}</a>
</Button>
</motion.div>
</div>