diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx
index 9dc518c..2d38743 100644
--- a/src/components/HeroSection.tsx
+++ b/src/components/HeroSection.tsx
@@ -116,7 +116,7 @@ const HeroSection = () => {
transition={{ delay: 1 }}
>
diff --git a/src/components/MixedBookingSection.tsx b/src/components/MixedBookingSection.tsx
index c2c2102..c8cb671 100644
--- a/src/components/MixedBookingSection.tsx
+++ b/src/components/MixedBookingSection.tsx
@@ -215,7 +215,7 @@ const MixedBookingSection = () => {
))}
-
+ */}
);
diff --git a/src/locales/en.json b/src/locales/en.json
index 6c6a499..cc55a8b 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -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",
diff --git a/src/locales/es.json b/src/locales/es.json
index 5a69240..40107e4 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -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",