diff --git a/app/components/Home/HomeHeader.tsx b/app/components/Home/HomeHeader.tsx index 135112f4..6fea2f22 100644 --- a/app/components/Home/HomeHeader.tsx +++ b/app/components/Home/HomeHeader.tsx @@ -10,52 +10,86 @@ import { PopoverContent, PopoverTrigger, } from "../UI/Popover"; +import TriggerDevLogoImage from "~/assets/images/trigger-dev-logo.png"; export function HomeHeader({ fixed }: { fixed?: boolean }) { return (
-
- +
+ + + +

+ + - Our Background Jobs framework for Next.js, + {" "} + + is now in private beta. + {" "} + Get your early access code{" "} + + here + + . +

-
    - - - - - - - - - +
    +
    + +
    +
      + + + + + + + + + -
    1. - -
    2. -
    3. - - - -
    4. -
    5. - - - -
    6. -
    7. - - - -
    8. -
    +
  1. + +
  2. +
  3. + + + +
  4. +
  5. + + + +
  6. +
  7. + + + +
  8. +
+
); } + +function TriggerDevLogo({ className }: { className: string }) { + return ; +} diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 0fabbde2..c61e21ee 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -45,7 +45,6 @@ export default function Index() { -