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