import { Navbar } from "@/components/Navbar"; import { Inter, Poppins } from "next/font/google"; import { GcalConnect, Connect } from "@calcom/atoms"; const inter = Inter({ subsets: ["latin"] }); const poppins = Poppins({ subsets: ["latin"], weight: ["400", "800"] }); export default function Home(props: { calUsername: string; calEmail: string }) { return (

The all in one Scheduling marketplace

To get started, connect your google calendar.

cover image
); }