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, + }); + }} + > + + +
+
+
+
+
+ + By Warp, the intelligent terminal with AI and your dev team's knowledge built-in. + + +
); -} \ 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 = () => ( <> - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + );