diff --git a/packages/components/logo/horizontal.tsx b/packages/components/logo/horizontal.tsx index b2047e0..ec34464 100644 --- a/packages/components/logo/horizontal.tsx +++ b/packages/components/logo/horizontal.tsx @@ -4,14 +4,14 @@ export default function HorizontalLogo({ className, type, }: { - className: string; + className?: string; type?: LogoType; }) { if (type === LogoType.small) { return ( +
Wanna chat? arjunpatel@berkeley.edu diff --git a/packages/web/components/header/index.tsx b/packages/web/components/header/index.tsx index f75845d..62fd648 100644 --- a/packages/web/components/header/index.tsx +++ b/packages/web/components/header/index.tsx @@ -1,9 +1,10 @@ import HorizontalLogo from "../../../components/logo/horizontal"; +import { LogoType } from "@nirvana/components/logo/full"; export default function Header() { return ( -
- +
+
); } diff --git a/packages/web/pages/index.tsx b/packages/web/pages/index.tsx index bd73c65..715aeb6 100644 --- a/packages/web/pages/index.tsx +++ b/packages/web/pages/index.tsx @@ -18,28 +18,28 @@ const Home: NextPage = () => { {/* header */}
-
- {/* above fold experience */} -
+ {/* above fold experience */} +
+
- + The walkie-talkie
{" "} for remote teams.
- + The {"'less is more'"}{" "} approach. Skip zoom scheduling,

slack notifications, and email threads.
Just talk to your team.
{/* download */} - +
- Download the desktop app (coming soon) + Download the desktop app

(coming soon)
- + @@ -48,18 +48,18 @@ const Home: NextPage = () => { - +
{/* value points */} -
+