From 3c3e2c48b066b0ea5a62d71bfef5349264a87fb1 Mon Sep 17 00:00:00 2001 From: davedumto Date: Mon, 13 Jan 2025 22:20:36 +0100 Subject: [PATCH 001/116] feat: built the contactus page --- public/images/backbtn.svg | 3 +++ public/images/enterbtn.svg | 9 ++++++++ src/app/contact/components/contactform.tsx | 27 ++++++++++++++++++++++ src/app/contact/page.tsx | 27 ++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 public/images/backbtn.svg create mode 100644 public/images/enterbtn.svg create mode 100644 src/app/contact/components/contactform.tsx create mode 100644 src/app/contact/page.tsx diff --git a/public/images/backbtn.svg b/public/images/backbtn.svg new file mode 100644 index 0000000..5043296 --- /dev/null +++ b/public/images/backbtn.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/enterbtn.svg b/public/images/enterbtn.svg new file mode 100644 index 0000000..2c80cef --- /dev/null +++ b/public/images/enterbtn.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/app/contact/components/contactform.tsx b/src/app/contact/components/contactform.tsx new file mode 100644 index 0000000..ca29ebb --- /dev/null +++ b/src/app/contact/components/contactform.tsx @@ -0,0 +1,27 @@ +import React from 'react' +import Image from 'next/image' +import Enterbtn from '../../../../public/images/enterbtn.svg' + +const contactform = () => { + return ( +
+
+

CONTACT US

+
+
+

Have questions, feedback, or just want to say hi? We are here to help!

+ + +
+