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/contact.astro | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 src/pages/contact.astro (limited to 'src/pages/contact.astro') diff --git a/src/pages/contact.astro b/src/pages/contact.astro new file mode 100644 index 0000000..70157e0 --- /dev/null +++ b/src/pages/contact.astro @@ -0,0 +1,79 @@ +--- +import Layout from '~/layouts/PageLayout.astro'; +import HeroText from '~/components/widgets/HeroText.astro'; +import ContactUs from '~/components/widgets/Contact.astro'; +import Features2 from '~/components/widgets/Features2.astro'; + +const metadata = { + title: 'Contact', +}; +--- + + + + + + + + + + + + -- cgit v1.2.3