diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 23:38:11 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 23:38:11 +0300 |
| commit | 4296403026b5918048f932d3e77972518634faf2 (patch) | |
| tree | ba734a6bae54fb48008a70000367fa6f35993058 /src/pages/index.astro | |
| parent | e949191a1ee5fbeb6d79fbb57d535e02cd329f82 (diff) | |
Add contact
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index e145bcb..bd9b7bb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,6 +11,7 @@ import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; import FAQs from '~/components/widgets/FAQs.astro'; import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import CallToActionImage from '~/components/widgets/CallToActionImage.astro'; const metadata = { title: 'Gres-Tech | Kompleksowe Usługi Glazurnicze', @@ -150,19 +151,16 @@ const metadata = { <!-- Sprawdz certyfikat **************** --> - <CallToAction + <CallToActionImage id="certificate" title="Sprawdź nasz certyfikat Rzetelna Firma" subtitle="Gres-Tech jest partnerem programu 'Rzetelna firma', co potwierdza naszą solidność i zaufanie w branży." - actions={[ - { - variant: 'primary', - text: 'Sprawdź nasz certyfikat Rzetelna Firma', - href: 'https://wizytowka.rzetelnafirma.pl/JGQK9R0D', - target: '_blank', - icon: 'tabler:external-link', - }, - ]} + image={{ + src: '~/assets/images/rzetelna-firma-logo.png', + alt: 'Logo Rzetelna Firma - Sprawdź certyfikat', + href: 'https://wizytowka.rzetelnafirma.pl/JGQK9R0D', + target: '_blank' + }} /> @@ -178,7 +176,7 @@ const metadata = { }, { title: 'Adres', - description: 'Gres-Tech Dawid Kupczyk\nul. Kolejowa 10\n83-112 Rokitki\nNIP: 583-286-34-64', + description: 'Gres-Tech Dawid Kupczyk<br>ul. Kolejowa 10<br>83-112 Rokitki<br>NIP: 583-286-34-64', icon: 'tabler:map-pin', }, ]} |
