From 5221c4faab2cb0d94c49d5756378511ecdc5dbca Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 18 Apr 2022 07:44:50 -0500 Subject: [PATCH] making things responsive on landing page --- packages/components/logo/horizontal.tsx | 6 +++--- packages/web/components/footer/index.tsx | 2 +- packages/web/components/header/index.tsx | 5 +++-- packages/web/pages/index.tsx | 22 +++++++++++----------- 4 files changed, 18 insertions(+), 17 deletions(-) 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 */} -
+