From 08ba45bb59104a6fe99a6f557dcdbd24e39f90f6 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 22:27:29 +0300 Subject: Hero image --- src/pages/index.astro | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index f4aff47..6c95b5a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { - title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS', + title: 'Gres-Tech | Kompleksowe Usługi Glazurnicze', ignoreTitleTemplate: true, }; --- @@ -25,28 +25,20 @@ const metadata = { actions={[ { variant: 'primary', - text: 'Get template', - href: 'https://github.com/onwidget/astrowind', - target: '_blank', - icon: 'tabler:download', + text: 'Skontaktuj się', + href: '#contact', + icon: 'tabler:phone', }, - { text: 'Learn more', href: '#features' }, + { text: 'Nasze usługi', href: '#features' }, ]} - image={{ src: '~/assets/images/hero-image.png', alt: 'AstroWind Hero Image' }} + image={{ src: '~/assets/images/hero-image.png', alt: 'Gres-Tech - Profesjonalne usługi glazurnicze' }} > - Free template for - Astro 5.0 + Tailwind CSS + Gres-Tech - - AstroWind: Production-ready. - Suitable for Startups, Small Business, SaaS websites, Professional Portfolios, Marketing websites, Landing Pages & - Blogs. + Kompleksowe Usługi Glazurnicze. -- cgit v1.2.3