Skip to content

Add public landing site with 6 pages#38

Merged
RutvikNK merged 4 commits into
mainfrom
feature/eowusu/public-landing-site
Apr 18, 2026
Merged

Add public landing site with 6 pages#38
RutvikNK merged 4 commits into
mainfrom
feature/eowusu/public-landing-site

Conversation

@emmanuelkb
Copy link
Copy Markdown
Collaborator

@emmanuelkb emmanuelkb commented Apr 17, 2026

Summary

  • Built a 6-page public marketing site (Landing, About, Pricing, Docs, Demo, Contact) with a shared PublicLayout (Navbar + Footer)
  • Moved existing authenticated app routes from / to /app/* with all internal links and backend OAuth redirects updated
  • Dark premium design with animated hero section (floating Notion doc blocks, live chat preview with blinking cursor), Lucide icons, Motion animations, and responsive layouts
  • No new dependencies — uses existing Motion, Lucide React, shadcn/ui, and React Router

Pages

Route Status
/ Landing — hero, features, how-it-works, CTA
/about Team bios, mission, color-coded tech stack
/pricing 3-tier cards (Free/Pro/Enterprise)
/docs Getting started guide + FAQ accordion
/demo Coming soon
/contact Coming soon
/app/* Existing authenticated app (re-routed)

Test plan

  • Visit each public route and verify rendering
  • Test navbar links, active states, and mobile hamburger menu
  • Sign in via Google OAuth and verify redirect to /app
  • Verify sidebar links work at /app, /app/settings, /app/admin
  • Test Notion OAuth callback redirects to /app/settings
  • Check responsive layouts at mobile/tablet/desktop widths
  • Run npm run build — passes clean

🤖 Generated with Claude Code

- PublicLayout with Navbar (sticky, blur-on-scroll, mobile drawer) and Footer
- ComingSoon reusable component + Demo and Contact placeholder pages
- Hero section with FloatingDocs animation, ChatPreview with blinking cursor
- LandingPage with features grid, how-it-works steps, tech bar, CTA
- AboutPage with mission, team bios, color-coded tech stack
- PricingPage with 3 equal-height tier cards and Popular badge
- DocsPage with getting-started guide and FAQ accordion
- Public pages at /, /about, /pricing, /docs, /demo, /contact
- Existing app routes moved to /app, /app/settings, /app/admin
- Updated Sidebar nav links to /app/* paths
- Updated backend OAuth redirects to /app and /app/settings
- Production deploy on push to main
- Preview deploy on PRs with URL posted as comment
- Only triggers on frontend file changes
@RutvikNK RutvikNK merged commit a3303fe into main Apr 18, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants