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 › + + +
+
+
+ +