From 2ea849d6226bb1f808f1c7ae6393e54de797dbcc Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Sat, 14 Feb 2026 13:06:54 -0600 Subject: [PATCH] feat: add developer and product links to marketing footer --- .../components/marketing_layouts.ex | 98 +++++++++++++++---- 1 file changed, 78 insertions(+), 20 deletions(-) diff --git a/lib/towerops_web/components/marketing_layouts.ex b/lib/towerops_web/components/marketing_layouts.ex index f00cbabf..4c58e3de 100644 --- a/lib/towerops_web/components/marketing_layouts.ex +++ b/lib/towerops_web/components/marketing_layouts.ex @@ -70,26 +70,84 @@ defmodule ToweropsWeb.MarketingLayouts do
Towerops
-
-
-
-

- Copyright © {Date.utc_today().year} Towerops -

-
- <.link - navigate={~p"/privacy"} - class="hover:text-slate-700 underline decoration-dotted underline-offset-2" - > - Privacy Policy - - · - <.link - navigate={~p"/terms"} - class="hover:text-slate-700 underline decoration-dotted underline-offset-2" - > - Terms of Service - +
+ +
+

Product

+
    +
  • + <.link + href="/#features" + class="text-sm text-slate-600 hover:text-slate-900 transition-colors" + > + Features + +
  • +
  • + <.link + href="/#pricing" + class="text-sm text-slate-600 hover:text-slate-900 transition-colors" + > + Pricing + +
  • +
+
+ + +
+

Developers

+
    +
  • + <.link + navigate={~p"/docs/api"} + class="text-sm text-slate-600 hover:text-slate-900 transition-colors" + > + API Documentation + +
  • +
  • + <.link + navigate={~p"/docs/graphql"} + class="text-sm text-slate-600 hover:text-slate-900 transition-colors" + > + GraphQL API + +
  • +
  • + <.link + navigate={~p"/help"} + class="text-sm text-slate-600 hover:text-slate-900 transition-colors" + > + Help & Docs + +
  • +
+
+ + +
+
+
+

+ Copyright © {Date.utc_today().year} Towerops +

+
+ <.link + navigate={~p"/privacy"} + class="hover:text-slate-700 underline decoration-dotted underline-offset-2" + > + Privacy Policy + + · + <.link + navigate={~p"/terms"} + class="hover:text-slate-700 underline decoration-dotted underline-offset-2" + > + Terms of Service + +
+