From ae2ed64ffa58d59731fb2ba95fcf2bdb4b31d55b Mon Sep 17 00:00:00 2001 From: Didi Date: Sun, 30 Oct 2022 22:56:04 +0200 Subject: [PATCH] added form section --- components/CTA.jsx | 21 ++ components/Form.jsx | 375 +++++++++++++++++++++++++++++++ components/primitives/Layout.tsx | 28 ++- package-lock.json | 56 +++++ package.json | 2 + pages/index.tsx | 6 +- tailwind.config.js | 2 +- 7 files changed, 480 insertions(+), 10 deletions(-) create mode 100644 components/CTA.jsx create mode 100644 components/Form.jsx diff --git a/components/CTA.jsx b/components/CTA.jsx new file mode 100644 index 0000000..917c8d4 --- /dev/null +++ b/components/CTA.jsx @@ -0,0 +1,21 @@ +export default function CTA() { + return ( +
+
+

Need more bandwidth?

+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatibus praesentium tenetur pariatur.

+
+
+ +
+
+
+ ) + } + \ No newline at end of file diff --git a/components/Form.jsx b/components/Form.jsx new file mode 100644 index 0000000..eb36a85 --- /dev/null +++ b/components/Form.jsx @@ -0,0 +1,375 @@ +/* + This example requires some changes to your config: + + ``` + // tailwind.config.js + module.exports = { + // ... + plugins: [ + // ... + require('@tailwindcss/forms'), + ], + } + ``` +*/ +export default function Form() { + return ( +
+
+
+
+

Profile

+

+ This information will be displayed publicly so be careful what you share. +

+
+ +
+
+ +
+ + workcation.com/ + + +
+
+ +
+ +
+