From f5e3b552a96b021cda5ee76a0d3561deb3829734 Mon Sep 17 00:00:00 2001 From: Lucian Petri Date: Tue, 27 Dec 2022 03:38:42 +0200 Subject: [PATCH] added UserChoice and cleaned index --- website/src/pages/index.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 4aa93585..b591535c 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -1,16 +1,11 @@ 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"; import { Footer } from "../components/Footer"; import { Header } from "../components/Header"; import { Hero } from "../components/Hero"; - -import styles from "../styles/Home.module.css"; +import UserChoice from "../components/UserChoice"; export default function Home() { const { data: session } = useSession(); @@ -47,12 +42,7 @@ export default function Home() {
- - +