From ae69c8242dfb86a5f542fa6faa846f7e67647d8a Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 4 Jun 2024 09:45:14 -0400 Subject: [PATCH] updated contact --- src/pages/about.astro | 1 + src/pages/contact.astro | 78 ++++++++++------------------------- src/pages/homes/startup.astro | 7 ++++ 3 files changed, 29 insertions(+), 57 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 648e158..34a6fdb 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -216,6 +216,7 @@ const metadata = { description: 'Integer luctus laoreet libero, auctor varius purus rutrum sit amet. Ut nec molestie nisi, quis eleifend mi.', icon: 'tabler:messages', + }, { title: 'Call us', diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 70157e0..d272190 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -1,8 +1,7 @@ --- 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'; +import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { title: 'Contact', @@ -14,66 +13,31 @@ const metadata = { - + + + > + It's our pleasure to assist you. - + + Write us an email or contact our support team for more information.
It's our pleasure to assist you! +
+
- + diff --git a/src/pages/homes/startup.astro b/src/pages/homes/startup.astro index 51daa77..04c9d35 100644 --- a/src/pages/homes/startup.astro +++ b/src/pages/homes/startup.astro @@ -305,6 +305,13 @@ const metadata = { href: 'https://github.com/onwidget/astrowind', icon: 'tabler:download', }, + { + variant: 'primary', + target: '_blank', + text: 'Get templates', + href: 'https://github.com/onwidget/astrowind', + icon: 'tabler:download', + }, ]} > Be a part of our vision -- 2.40.1