dev #3
@@ -80,7 +80,7 @@ export default function LinktreePage() {
|
||||
<div className="animate-spin w-6 h-6 border-2 border-primary-yellow border-t-transparent rounded-full mx-auto" />
|
||||
</div>
|
||||
) : nextEvent ? (
|
||||
<Link href={`/book/${nextEvent.id}`} className="block group">
|
||||
<Link href={`/events/${nextEvent.id}`} className="block group">
|
||||
<div className="bg-white/10 backdrop-blur-sm rounded-2xl p-5 border border-white/10 transition-all duration-300 hover:bg-white/15 hover:scale-[1.02] hover:shadow-xl">
|
||||
<h3 className="font-bold text-lg text-white group-hover:text-primary-yellow transition-colors">
|
||||
{locale === 'es' && nextEvent.titleEs ? nextEvent.titleEs : nextEvent.title}
|
||||
@@ -111,7 +111,7 @@ export default function LinktreePage() {
|
||||
</div>
|
||||
|
||||
<div className="mt-4 bg-primary-yellow text-primary-dark font-semibold py-3 px-4 rounded-xl text-center transition-all duration-200 group-hover:bg-yellow-400">
|
||||
{t('linktree.bookNow')}
|
||||
{t('linktree.moreInfo')}
|
||||
</div>
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
@@ -317,7 +317,7 @@
|
||||
"tagline": "Language Exchange Community",
|
||||
"nextEvent": "Next Event",
|
||||
"noEvents": "No upcoming events",
|
||||
"bookNow": "Book Now",
|
||||
"moreInfo": "More info",
|
||||
"joinCommunity": "Join Our Community",
|
||||
"visitWebsite": "Visit Our Website",
|
||||
"whatsapp": {
|
||||
|
||||
@@ -317,7 +317,7 @@
|
||||
"tagline": "Comunidad de Intercambio de Idiomas",
|
||||
"nextEvent": "Próximo Evento",
|
||||
"noEvents": "No hay eventos próximos",
|
||||
"bookNow": "Reservar Ahora",
|
||||
"moreInfo": "Más información",
|
||||
"joinCommunity": "Únete a Nuestra Comunidad",
|
||||
"visitWebsite": "Visitar Nuestro Sitio",
|
||||
"whatsapp": {
|
||||
|
||||
Reference in New Issue
Block a user