Remove company header from landing and add Why Piha? section #5

Closed
opened 2026-08-30 08:26:38 -07:00 by westfarn · 0 comments
Owner

Summary

The public short-host landing (piha.lc / beta.piha.li) still shows the company_site nav (logo, Home, Web Design, Contact). That header is for aimloperations.com, not this product page.

  • Drop the top nav from the shortener chrome
  • Add a Why Piha? section: Quenya (Tolkien High Elvish) pia / pitya / pincė / picina = little / small — a short link is a little path

Footer and contact CTA stay.

Checklist

  • No <nav> / company header on /
  • Why Piha? copy on the landing
  • Debug mint page still usable without the nav
  • Tests cover the section and assert no <nav

Test plan

  • cd site && uv run python manage.py test
  • GET / has no top header; Why Piha? is visible
  • Request access / Contact still go to aimloperations.com/contact
  • GET /<code> still 302
## Summary The public short-host landing (`piha.lc` / `beta.piha.li`) still shows the company_site nav (logo, Home, Web Design, Contact). That header is for aimloperations.com, not this product page. - Drop the top nav from the shortener chrome - Add a **Why Piha?** section: Quenya (Tolkien High Elvish) *pia* / *pitya* / *pincė* / *picina* = little / small — a short link is a little path Footer and contact CTA stay. ## Checklist - [ ] No `<nav>` / company header on `/` - [ ] Why Piha? copy on the landing - [ ] Debug mint page still usable without the nav - [ ] Tests cover the section and assert no `<nav` ## Test plan - [ ] `cd site && uv run python manage.py test` - [ ] `GET /` has no top header; Why Piha? is visible - [ ] Request access / Contact still go to aimloperations.com/contact - [ ] `GET /<code>` still 302
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/url_shortening_service#5