diff --git a/pages/index.tsx b/pages/index.tsx index ec876b44ff..51cf631e92 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,368 +1,12 @@ -import Head from "next/head"; -import Link from "next/link"; -import prisma from "../lib/prisma"; -import Shell from "../components/Shell"; -import { getSession, useSession } from "next-auth/client"; -import { CheckIcon, ClockIcon, InformationCircleIcon } from "@heroicons/react/outline"; -import DonateBanner from "../components/DonateBanner"; - -function classNames(...classes) { - return classes.filter(Boolean).join(" "); +export default function Home() { + return null; } -export default function Home(props) { - const [session, loading] = useSession(); - if (loading) { - return
{type.title}
-in {type.description}
-{type.length} minutes
-You haven't created any event types.
-- Steps you should take to get started with Calendso. -
-- {event.content}{" "} - - - {event.target} - - -
-- Offering time slots between{" "} - {convertMinsToHrsMins(props.user.startTime)} and{" "} - {convertMinsToHrsMins(props.user.endTime)} -
-Office 365 / Outlook.com Calendar
- )} - {integration.type == "google_calendar" && ( -Google Calendar
- )} - {integration.type == "zoom_video" && ( -Zoom
- )} - {integration.type.endsWith("_calendar") && ( -Calendar Integration
- )} - {integration.type.endsWith("_video") && ( -Video Conferencing
- )} -You haven't added any integrations.
-You haven't created any event types.
-