mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:42:20 +00:00
move schedule
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user