diff --git a/apps/marketing/src/app/layout.tsx b/apps/marketing/src/app/layout.tsx index 0b2fb20..c543471 100644 --- a/apps/marketing/src/app/layout.tsx +++ b/apps/marketing/src/app/layout.tsx @@ -34,7 +34,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {process.env.NODE_ENV === "production" && ( )} diff --git a/apps/marketing/src/app/page.tsx b/apps/marketing/src/app/page.tsx index 923d282..639a5ed 100644 --- a/apps/marketing/src/app/page.tsx +++ b/apps/marketing/src/app/page.tsx @@ -1,8 +1,4 @@ -import { - RocketLaunchIcon, - EnvelopeIcon, - MegaphoneIcon, -} from "@heroicons/react/24/solid"; +import { EnvelopeIcon, MegaphoneIcon } from "@heroicons/react/24/solid"; import { Heading1, Heading2, @@ -17,7 +13,6 @@ import { import { formatDate } from "date-fns"; import { TextWithCopyButton } from "@unsend/ui/src/text-with-copy"; import Link from "next/link"; -import Image from "next/image"; import IntegrationCode from "./IntegrationCode"; import { GithubStarButton, @@ -126,7 +121,10 @@ export default function Home() { Sent -