+
{({ open }) => (
<>
{({ open }) => (open ? : )}
@@ -86,7 +86,7 @@ export function Header() {
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
- className="fixed inset-0 z-0 bg-gray-300/60 backdrop-blur"
+ className="fixed inset-0 z-1 bg-gray-300/60 backdrop-blur"
/>
Join Us
FAQs
-
+
>
)}
@@ -115,6 +113,7 @@ export function Header() {
)}
+
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index 5c7b6acf..6090468c 100644
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -2,6 +2,7 @@ import { useSession } from "next-auth/react";
import Head from "next/head";
import Link from "next/link";
+import { Button, Input, Stack } from "@chakra-ui/react";
import { CallToAction } from "../components/CallToAction";
import { Faq } from "../components/Faq";
@@ -25,7 +26,7 @@ export default function Home() {
/>
-
+
@@ -45,12 +46,10 @@ export default function Home() {
/>
-
- Open Chat Gpt
-
- You are logged in
-
- ~Rate a prompt and output now~
+
+
>