@@ -171,8 +171,8 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
171
171
Logo : BancoSantander ,
172
172
className : "-translate-y-1" ,
173
173
} ,
174
- { name : "BASF" , Logo : BASF , className : "h-7 " } ,
175
- { name : "BlackRock" , Logo : BlackRock , className : "h-8 " } ,
174
+ { name : "BASF" , Logo : BASF , className : "text-[28px] " } ,
175
+ { name : "BlackRock" , Logo : BlackRock , className : "text-[32px] " } ,
176
176
{ name : "BMW" , Logo : BMW , className : "scale-105 origin-bottom" } ,
177
177
{ name : "Coca-Cola" , Logo : CocaCola } ,
178
178
{
@@ -186,27 +186,31 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
186
186
className : "scale-105 origin-bottom -translate-y-1.5" ,
187
187
} ,
188
188
{ name : "Franklin Templeton Investments" , Logo : FranklinTempleton } ,
189
- { name : "Fox" , Logo : Fox , className : "h-8 " } ,
189
+ { name : "Fox" , Logo : Fox , className : "text-[32px] " } ,
190
190
{ name : "JP Morgan" , Logo : JPMorgan , className : "translate-y-1" } ,
191
191
{
192
192
name : "Lamborghini" ,
193
193
Logo : Lamborghini ,
194
- className : "h-8 translate-y-0.5" ,
194
+ className : "text-[32px] translate-y-0.5" ,
195
195
} ,
196
196
{ name : "Louis Vuitton" , Logo : LouisVuitton } ,
197
197
{ name : "Mastercard" , Logo : Mastercard } ,
198
198
{ name : "MediLedger" , Logo : MediLedger } ,
199
199
{ name : "Nike" , Logo : Nike , className : "translate-y-1.5" } ,
200
200
{ name : "Opera" , Logo : Opera } ,
201
201
{ name : "PayPal" , Logo : PayPal } ,
202
- { name : "Samsung" , Logo : Samsung , className : "h-7 " } ,
202
+ { name : "Samsung" , Logo : Samsung , className : "text-[28px] " } ,
203
203
{ name : "SAP" , Logo : SAP } ,
204
- { name : "Siemens" , Logo : Siemens , className : "h-7 " } ,
205
- { name : "Sony" , Logo : Sony , className : "h-7 " } ,
204
+ { name : "Siemens" , Logo : Siemens , className : "text-[28px] " } ,
205
+ { name : "Sony" , Logo : Sony , className : "text-[28px] " } ,
206
206
{ name : "Sothebys" , Logo : Sothebys , className : "translate-y-0.5" } ,
207
207
{ name : "Swarm" , Logo : Swarm , className : "-translate-y-1" } ,
208
208
{ name : "TMobile" , Logo : TMobile } ,
209
- { name : "Verizon" , Logo : Verizon , className : "h-8 -translate-y-px" } ,
209
+ {
210
+ name : "Verizon" ,
211
+ Logo : Verizon ,
212
+ className : "text-[32px] -translate-y-px" ,
213
+ } ,
210
214
{ name : "Visa" , Logo : Visa } ,
211
215
{ name : "Walmart" , Logo : Walmart } ,
212
216
{ name : "WFP" , Logo : WFP } ,
@@ -307,7 +311,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
307
311
key = { name }
308
312
aria-label = { name }
309
313
className = { cn (
310
- "flex h-10 w- fit justify-center px-6 md:px-8" ,
314
+ "flex size- fit justify-center px-6 text-[2.5rem] md:px-8" ,
311
315
row === 1 && "-translate-x-[90rem]" ,
312
316
row === 2 && "-translate-x-[180rem]" ,
313
317
className
0 commit comments