|
28 | 28 | </NuxtLink> |
29 | 29 |
|
30 | 30 | <!-- Class Card 2 --> |
31 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 31 | + <NuxtLink :to="localePath('/courses/junior-academy')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
32 | 32 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
33 | 33 | <div class="bg-green-300 w-full h-full flex items-center justify-center text-green-800 font-bold text-lg">Junior Academy</div> |
34 | 34 | </div> |
|
43 | 43 | </NuxtLink> |
44 | 44 |
|
45 | 45 | <!-- Class Card 3 --> |
46 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 46 | + <NuxtLink :to="localePath('/courses/intermediate-skills')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
47 | 47 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
48 | 48 | <div class="bg-purple-300 w-full h-full flex items-center justify-center text-purple-800 font-bold text-lg">Intermediate</div> |
49 | 49 | </div> |
|
58 | 58 | </NuxtLink> |
59 | 59 |
|
60 | 60 | <!-- Class Card 4 --> |
61 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 61 | + <NuxtLink :to="localePath('/courses/competition-prep')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
62 | 62 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
63 | 63 | <div class="bg-red-300 w-full h-full flex items-center justify-center text-red-800 font-bold text-lg">Advanced</div> |
64 | 64 | </div> |
|
73 | 73 | </NuxtLink> |
74 | 74 |
|
75 | 75 | <!-- Class Card 5 --> |
76 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 76 | + <NuxtLink :to="localePath('/courses/doubles-mastery')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
77 | 77 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
78 | 78 | <div class="bg-yellow-300 w-full h-full flex items-center justify-center text-yellow-800 font-bold text-lg">Doubles Tactics</div> |
79 | 79 | </div> |
|
88 | 88 | </NuxtLink> |
89 | 89 |
|
90 | 90 | <!-- Class Card 6 --> |
91 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 91 | + <NuxtLink :to="localePath('/courses/womens-circle')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
92 | 92 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
93 | 93 | <div class="bg-pink-300 w-full h-full flex items-center justify-center text-pink-800 font-bold text-lg">Ladies Only</div> |
94 | 94 | </div> |
|
133 | 133 | </NuxtLink> |
134 | 134 |
|
135 | 135 | <!-- Class Card 9 --> |
136 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 136 | + <NuxtLink :to="localePath('/courses/mini-tennis')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
137 | 137 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
138 | 138 | <div class="bg-cyan-300 w-full h-full flex items-center justify-center text-cyan-800 font-bold text-lg">Kids 5-7</div> |
139 | 139 | </div> |
|
148 | 148 | </NuxtLink> |
149 | 149 |
|
150 | 150 | <!-- Class Card 10 --> |
151 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 151 | + <NuxtLink :to="localePath('/courses/serve-workshop')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
152 | 152 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
153 | 153 | <div class="bg-lime-300 w-full h-full flex items-center justify-center text-lime-800 font-bold text-lg">Serve Clinic</div> |
154 | 154 | </div> |
|
163 | 163 | </NuxtLink> |
164 | 164 |
|
165 | 165 | <!-- Class Card 11 --> |
166 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 166 | + <NuxtLink :to="localePath('/courses/net-play')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
167 | 167 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
168 | 168 | <div class="bg-amber-300 w-full h-full flex items-center justify-center text-amber-800 font-bold text-lg">Volley Master</div> |
169 | 169 | </div> |
|
178 | 178 | </NuxtLink> |
179 | 179 |
|
180 | 180 | <!-- Class Card 12 --> |
181 | | - <div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
| 181 | + <NuxtLink :to="localePath('/courses/match-sessions')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow"> |
182 | 182 | <div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48"> |
183 | 183 | <div class="bg-emerald-300 w-full h-full flex items-center justify-center text-emerald-800 font-bold text-lg">Match Play</div> |
184 | 184 | </div> |
|
0 commit comments