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