summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro20
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',
},
]}