Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
|
f7eaa9199b | |
|
2627d4109f | |
|
719dad3a70 | |
|
9c13441ca3 | |
|
9fe4f37f5e | |
|
e288484cff |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 999 KiB After Width: | Height: | Size: 378 KiB |
Before Width: | Height: | Size: 15 MiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 196 KiB |
|
@ -526,7 +526,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
>
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g.jpg"
|
||||
src="/img/g.jpg"
|
||||
alt="Image 1"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -538,7 +538,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g2.jpg"
|
||||
src="/img/g2.jpg"
|
||||
alt="Image 2"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -550,7 +550,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g3.jpg"
|
||||
src="/img/g3.jpg"
|
||||
alt="Image 3"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -562,7 +562,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g4.jpg"
|
||||
src="/img/g4.jpg"
|
||||
alt="Image 4"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -574,7 +574,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g5.jpg"
|
||||
src="/img/g5.jpg"
|
||||
alt="Image 5"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -586,7 +586,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g6.jpg"
|
||||
src="/img/g6.jpg"
|
||||
alt="Image 6"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -598,7 +598,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g7.jpg"
|
||||
src="/img/g7.jpg"
|
||||
alt="Image 7"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
@ -610,7 +610,7 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
|
||||
<div class="group cursor-pointer relative">
|
||||
<img
|
||||
src="img/g8.jpg"
|
||||
src="/img/g8.jpg"
|
||||
alt="Image 8"
|
||||
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
|
||||
/>
|
||||
|
|