From 22a454c4a8915f70494df124f719e20564df1286 Mon Sep 17 00:00:00 2001 From: Sanjana Date: Mon, 23 Sep 2024 22:38:29 +0530 Subject: [PATCH 1/2] Modifying contact page --- public/images/body-bg.svg | 38 ------------------------------------ src/content/contact/index.md | 2 +- src/pages/contact.astro | 33 +++---------------------------- src/styles/base.scss | 2 +- src/styles/components.scss | 4 ++++ 5 files changed, 9 insertions(+), 70 deletions(-) delete mode 100644 public/images/body-bg.svg diff --git a/public/images/body-bg.svg b/public/images/body-bg.svg deleted file mode 100644 index a2126c05..00000000 --- a/public/images/body-bg.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/content/contact/index.md b/src/content/contact/index.md index 3893ee8f..ce3c888e 100644 --- a/src/content/contact/index.md +++ b/src/content/contact/index.md @@ -1,4 +1,4 @@ --- title: Contact -page_title: Get’n touch with Our
Pinwheel team +page_title: Contact us --- diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 1a729ae4..308bf605 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -2,7 +2,6 @@ import PageHeader from "@/components/PageHeader.astro"; import config from "@/config/config.json"; import Base from "@/layouts/Base.astro"; -import { Image } from "astro:assets"; import { getEntryBySlug } from "astro:content"; const entry = await getEntryBySlug("contact", "index"); @@ -26,27 +25,10 @@ const page_data = {
-
-
-
- - -
-
-
+
+
@@ -68,15 +50,6 @@ const page_data = { placeholder="Your Email Address" />
-
- - -