diff --git a/package.json b/package.json
index 077b806..7824d66 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
+ "@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 4903002..d0afc64 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,27 +1,83 @@
-import { Inter } from 'next/font/google';
-import Link from 'next/link';
+import { faGithub } from '@fortawesome/free-brands-svg-icons';
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
+import { Work_Sans } from 'next/font/google';import Link from 'next/link';
+// export const workSans = Work_Sans({
+// weight: '400',
+// subsets: ['latin'],
+// // variable: '--font-inter',
+// });
// const inter = Inter({ subsets: ['latin'] });
export default function Home() {
return (
-
-
-
- TalkForm AI
-
-
- Create and fill forms with chat.{' '}
-
- It just works.
-
-
-
- Create a form ›
-
+ <>
+
+
+
+ Forms, reimagined.
+
+
+ Chat to build. Chat to fill. Zero configuration.{' '}
+
+ It just works.
+
+
+
+
+ View on GitHub
+
+
+ Create a form ›
+
+
+
+
+
+
+
+ >
+ );
+}
+
+// https://github.com/tailwindtoolbox/Landing-Page
+function Footer() {
+ return (
+
);
diff --git a/src/pages/landing.tsx b/src/pages/landing.tsx
new file mode 100644
index 0000000..6409c05
--- /dev/null
+++ b/src/pages/landing.tsx
@@ -0,0 +1,992 @@
+export default function LandingPage() {
+ return (
+
+
+
+
+
+
+ What business are you?
+
+
+ Main Hero Message to sell yourself!
+
+
+ Sub-hero message, not too long and not too short. Make it just
+ right!
+
+
+ Subscribe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Title
+
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam
+ at ipsum eu nunc commodo posuere et sit amet ligula.
+
+
+ Images from:
+
+ undraw.co
+
+
+
+
+
+ travel booking
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ connected world
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Aliquam at ipsum eu nunc commodo posuere et sit amet ligula.
+
+
+ Images from:
+
+ undraw.co
+
+
+
+
+
+
+
+
+
+
+
+ Pricing
+
+
+
+
+
+
+ Free
+
+
+ Thing
+ Thing
+ Thing
+
+
+
+
+ £0
+ for one user
+
+
+
+ Sign Up
+
+
+
+
+
+
+
+ Basic
+
+
+
+ Thing
+ Thing
+ Thing
+ Thing
+
+
+
+
+ £x.99
+ / per user
+
+
+
+ Sign Up
+
+
+
+
+
+
+
+ Pro
+
+
+ Thing
+ Thing
+ Thing
+
+
+
+
+ £x.99
+ / per user
+
+
+
+ Sign Up
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Call to Action
+
+
+
+ Main Hero Message to sell yourself!
+
+
+ Action!
+
+
+
+
+ );
+}
diff --git a/yarn.lock b/yarn.lock
index 6f96649..5ce04fe 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -63,6 +63,13 @@
dependencies:
"@fortawesome/fontawesome-common-types" "6.4.2"
+"@fortawesome/free-brands-svg-icons@^6.4.2":
+ version "6.4.2"
+ resolved "https://registry.yarnpkg.com/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.4.2.tgz#9b8e78066ea6dd563da5dfa686615791d0f7cc71"
+ integrity sha512-LKOwJX0I7+mR/cvvf6qIiqcERbdnY+24zgpUSouySml+5w8B4BJOx8EhDR/FTKAu06W12fmUIcv6lzPSwYKGGg==
+ dependencies:
+ "@fortawesome/fontawesome-common-types" "6.4.2"
+
"@fortawesome/free-solid-svg-icons@^6.4.2":
version "6.4.2"
resolved "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.4.2.tgz#33a02c4cb6aa28abea7bc082a9626b7922099df4"