From c735556726e75428550a3d28a2cf58e2c8490b7d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 21:56:55 +0300 Subject: Initial template --- src/pages/services.astro | 224 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 src/pages/services.astro (limited to 'src/pages/services.astro') diff --git a/src/pages/services.astro b/src/pages/services.astro new file mode 100644 index 0000000..6250bd3 --- /dev/null +++ b/src/pages/services.astro @@ -0,0 +1,224 @@ +--- +import CallToAction from '~/components/widgets/CallToAction.astro'; +import Content from '~/components/widgets/Content.astro'; +import Features2 from '~/components/widgets/Features2.astro'; +import Hero from '~/components/widgets/Hero.astro'; +import Testimonials from '~/components/widgets/Testimonials.astro'; +import Layout from '~/layouts/PageLayout.astro'; + +const metadata = { + title: 'Services', +}; +--- + + + + + + + + + + + + + + +

Main Features

+
+
+ + + + + +

Benefits

+
+
+ + + + + + + + +
-- cgit v1.2.3