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 }} transition={{ delay: 1 }}
> >
<Button variant="hero" size="lg" className="text-lg px-10 py-6" asChild> <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> </Button>
</motion.div> </motion.div>
</div> </div>
+2 -2
View File
@@ -215,7 +215,7 @@ const MixedBookingSection = () => {
</li> </li>
))} ))}
</ul> </ul>
<Button {/* <Button
asChild asChild
className={`w-full rounded-xl font-medium py-2.5 ${ className={`w-full rounded-xl font-medium py-2.5 ${
isFeatured isFeatured
@@ -232,7 +232,7 @@ const MixedBookingSection = () => {
{t("mixedBooking.goToReservations")} {t("mixedBooking.goToReservations")}
<ExternalLink className="w-4 h-4" /> <ExternalLink className="w-4 h-4" />
</a> </a>
</Button> </Button> */}
</div> </div>
</motion.div> </motion.div>
); );
+2 -1
View File
@@ -22,7 +22,8 @@
"seconds": "Sec", "seconds": "Sec",
"eventInProgress": "EVENT IN PROGRESS", "eventInProgress": "EVENT IN PROGRESS",
"dontMiss": "Don't miss it!", "dontMiss": "Don't miss it!",
"bookYourPass": "Book Your Pass" "bookYourPass": "Book Your Pass",
"viewSchedule": "View Schedule"
}, },
"about": { "about": {
"title": "About the Event", "title": "About the Event",
+2 -1
View File
@@ -22,7 +22,8 @@
"seconds": "Seg", "seconds": "Seg",
"eventInProgress": "EVENTO EN CURSO", "eventInProgress": "EVENTO EN CURSO",
"dontMiss": "¡No te lo pierdas!", "dontMiss": "¡No te lo pierdas!",
"bookYourPass": "Reservar tu pase" "bookYourPass": "Reservar tu pase",
"viewSchedule": "Ver Programa"
}, },
"about": { "about": {
"title": "Sobre el Evento", "title": "Sobre el Evento",