diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 10:08:58 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 10:08:58 +0300 |
| commit | 2f4f1a8d479221123d81dafe73b19e673c152794 (patch) | |
| tree | 4f63f81e208e06d82eb510ff178f79e3cc91e360 /src/pages | |
| parent | 8589a3bc97190c3d3bbb7246ea517e7855abfeed (diff) | |
Optimize
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 24689bd..e01c7b1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,7 +32,7 @@ const metadata = { }, { text: 'Nasze usługi', href: '#features' }, ]} - image={{ src: '~/assets/images/hero-image.png', alt: 'Gres-Tech - Profesjonalne usługi glazurnicze' }} + image={{ src: '~/assets/images/hero-image.jpg', alt: 'Gres-Tech - Profesjonalne usługi glazurnicze' }} > <Fragment slot="title"> <span class="text-accent dark:text-white">Gres-Tech – Kompleksowe Usługi Glazurnicze</span> @@ -127,7 +127,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/content-image.png', + src: '~/assets/images/content-image.webp', alt: 'Gres-Tech - Profesjonalne usługi glazurnicze', }} > @@ -165,7 +165,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/content-image2.png', + src: '~/assets/images/content-image2.webp', alt: 'Gres-Tech - Profesjonalne usługi glazurnicze', }} > |
