From 8f08d67a1ea7e13259de89ddb8c7b65d291bf1e0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:21:34 -0600 Subject: [PATCH] feat: add docker compose and new features --- components/Header.tsx | 16 ++++++++++++++-- components/PrimaryFeatures.tsx | 12 ++++++++++++ components/SecondaryFeatures.tsx | 20 +++++++++++++++++--- public/canary.sh | 3 +-- public/primary/compose.png | Bin 0 -> 152366 bytes public/primary/multinode.png | Bin 0 -> 119837 bytes public/secondary/templates.png | Bin 0 -> 121247 bytes public/secondary/users.png | Bin 118216 -> 111333 bytes 8 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 public/primary/compose.png create mode 100644 public/primary/multinode.png create mode 100644 public/secondary/templates.png diff --git a/components/Header.tsx b/components/Header.tsx index 119640e..e9d5d2b 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -6,9 +6,10 @@ import { Popover, Transition } from "@headlessui/react"; import { Container } from "./Container"; import { Logo } from "./shared/Logo"; import { NavLink } from "./NavLink"; -import { Button } from "./ui/button"; +import { Button, buttonVariants } from "./ui/button"; import { cn } from "@/lib/utils"; import { trackGAEvent } from "./analitycs"; +import { HeartIcon } from "lucide-react"; function MobileNavLink({ href, @@ -133,7 +134,18 @@ export function Header() { -
+
+ + Support + +