From c6fdda054d59b7999b0474839a2d936205ddae9f Mon Sep 17 00:00:00 2001 From: Jeff Lloyd Date: Mon, 4 Nov 2024 10:06:25 -0800 Subject: [PATCH] Update brand logo and description --- components/DownloadWarpCard.tsx | 84 ++++++++++----------- components/icons/text_logo.tsx | 128 ++------------------------------ 2 files changed, 50 insertions(+), 162 deletions(-) diff --git a/components/DownloadWarpCard.tsx b/components/DownloadWarpCard.tsx index f004cbf..220f217 100644 --- a/components/DownloadWarpCard.tsx +++ b/components/DownloadWarpCard.tsx @@ -4,48 +4,48 @@ import * as gtag from "../lib/gtag"; export default function DownloadWarpCard() { return (
-
- { - gtag.event({ - action: "click_on_warp_logo", - category: "Click on Warp logo", - label: "Click on Warp logo", - value: window.location.pathname, - }); - }} - > - - -
-
-
-
-
- - Brought to you by Warp, a free terminal reimagined to work like a modern app. - -
- { - gtag.event({ - action: "click_on_download_warp", - category: "Click on Download Warp button", - label: "Click on Download Warp button", - value: window.location.pathname, - }); - }} - > - Download Now - -
+
+ { + gtag.event({ + action: "click_on_warp_logo", + category: "Click on Warp logo", + label: "Click on Warp logo", + value: window.location.pathname, + }); + }} + > + + +
+
+
+
+
); -} \ No newline at end of file +} diff --git a/components/icons/text_logo.tsx b/components/icons/text_logo.tsx index 0b5399c..b12977a 100644 --- a/components/icons/text_logo.tsx +++ b/components/icons/text_logo.tsx @@ -1,126 +1,14 @@ export const WarpTextIcon = () => ( <> - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + );