diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index cd98569..e835412 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -1,6 +1,7 @@ --- import { Icon } from 'astro-icon/components'; import { Picture } from '@astrojs/image/components'; +import WidgetWrapper from '../ui/WidgetWrapper.astro'; const { title = await Astro.slots.render('title'), @@ -9,10 +10,20 @@ const { callToAction = await Astro.slots.render('callToAction'), callToAction2 = await Astro.slots.render('callToAction2'), image = await Astro.slots.render('image'), + + id, + isDark = false, + classes = {}, + bg = await Astro.slots.render('bg'), } = Astro.props; --- -
+
@@ -94,4 +105,4 @@ const {
-
+ diff --git a/src/pages/services.astro b/src/pages/services.astro index 4bc4ffd..3217605 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -1,5 +1,6 @@ --- import Features2 from '~/components/widgets/Features2.astro'; +import Hero from '~/components/widgets/Hero.astro'; import Layout from '~/layouts/PageLayout.astro'; const metadata = { @@ -8,6 +9,27 @@ const metadata = { --- + + + + + Elevate your projects with our stunning templates + + + + Explore our meticulously crafted templates tailored to various industries and purposes. From captivating + presentations to functional website designs, we offer the tools you need to succeed. + + +
+
+
+