Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
![]() |
f68579d3b4 |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 2.9 MiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 999 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 15 MiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 1.0 MiB |
|
@ -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"
|
||||
/>
|
||||
|
|