|
8 | 8 | <div class="grid grid-cols-2 sm:grid-cols-4 mt-10 sm:mt-20 gap-2">
|
9 | 9 | <div>
|
10 | 10 | <img
|
11 |
| - src="../../assets/images/brands/amazon_gray.png" |
| 11 | + src="@/assets/images/brands/amazon_gray.png" |
12 | 12 | alt="Amazon"
|
13 | 13 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
14 | 14 | />
|
15 | 15 | </div>
|
16 | 16 | <div>
|
17 | 17 | <img
|
18 |
| - src="../../assets/images/brands/sony_gray.png" |
| 18 | + src="@/assets/images/brands/sony_gray.png" |
19 | 19 | alt="SONY"
|
20 | 20 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
21 | 21 | />
|
22 | 22 | </div>
|
23 | 23 | <div>
|
24 | 24 | <img
|
25 |
| - src="../../assets/images/brands/adidas_gray.png" |
| 25 | + src="@/assets/images/brands/adidas_gray.png" |
26 | 26 | alt="Adidas"
|
27 | 27 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
28 | 28 | />
|
29 | 29 | </div>
|
30 | 30 | <div>
|
31 | 31 | <img
|
32 |
| - src="../../assets/images/brands/fila_gray.png" |
| 32 | + src="@/assets/images/brands/fila_gray.png" |
33 | 33 | alt="FILA"
|
34 | 34 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
35 | 35 | />
|
36 | 36 | </div>
|
37 | 37 | <div>
|
38 | 38 | <img
|
39 |
| - src="../../assets/images/brands/nb_gray.png" |
| 39 | + src="@/assets/images/brands/nb_gray.png" |
40 | 40 | alt="NB"
|
41 | 41 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
42 | 42 | />
|
43 | 43 | </div>
|
44 | 44 | <div>
|
45 | 45 | <img
|
46 |
| - src="../../assets/images/brands/samsung_gray.png" |
| 46 | + src="@/assets/images/brands/samsung_gray.png" |
47 | 47 | alt="Samsung"
|
48 | 48 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
49 | 49 | />
|
50 | 50 | </div>
|
51 | 51 | <div>
|
52 | 52 | <img
|
53 |
| - src="../../assets/images/brands/canon_gray.png" |
| 53 | + src="@/assets/images/brands/canon_gray.png" |
54 | 54 | alt="Canon"
|
55 | 55 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
56 | 56 | />
|
57 | 57 | </div>
|
58 | 58 | <div>
|
59 | 59 | <img
|
60 |
| - src="../../assets/images/brands/puma_gray.png" |
| 60 | + src="@/assets/images/brands/puma_gray.png" |
61 | 61 | alt="Puma"
|
62 | 62 | class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer"
|
63 | 63 | />
|
|
0 commit comments