From 8589a3bc97190c3d3bbb7246ea517e7855abfeed Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:03:40 +0300 Subject: cleanup and styling --- src/pages/contact.astro | 79 ------------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 src/pages/contact.astro (limited to 'src/pages/contact.astro') diff --git a/src/pages/contact.astro b/src/pages/contact.astro deleted file mode 100644 index 70157e0..0000000 --- a/src/pages/contact.astro +++ /dev/null @@ -1,79 +0,0 @@ ---- -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