SurfSense/surfsense_web/components/homepage
Ojārs Kapteinis 209cd248de Implement minimal privacy-focused frontend UI
Complete frontend rework according to requirements:

REMOVED FROM NAVIGATION:
- All navigation links (Pricing, Docs)
- Discord and GitHub icons/links
- Sign In button from navbar
- Mobile menu with all its links

REMOVED FROM HOMEPAGE:
- Get Started button from hero section
- FeaturesCards component
- FeaturesBentoGrid component
- ExternalIntegrations component
- CTAHomepage component (Talk to us button)

REMOVED FROM FOOTER:
- Privacy and Terms links
- All Pages section navigation

AUTHENTICATION CHANGES:
- Removed Google OAuth option
- Forced email/password authentication only
- Removed GoogleLoginButton import and usage
- Set authType to always be "EMAIL"

WHAT REMAINS:
- Minimal navbar with only SurfSense logo and theme toggler
- Hero section with title "Let's Start Surfing" and tagline
- Footer with SurfSense name and social media links:
  * Mastodon: https://kapteinis.lv/@ojars
  * Pixelfed: https://pixel.kapteinis.lv/ojars
  * Bookwyrm: https://book.kapteinis.lv/user/ojars

Result: Clean, minimal, privacy-focused UI with 207 lines removed.
Only essential elements remain for personal knowledge base deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 22:00:53 +02:00
..
cta.tsx feat: updated homepage and pricing 2025-10-02 18:10:07 -07:00
features-bento-grid.tsx fix: recommended fixes 2025-10-02 14:03:48 -07:00
features-card.tsx suggested fixes 2025-10-02 18:36:01 -07:00
footer-new.tsx chore(footer): added contact us 2025-11-13 14:10:13 -08:00
footer.tsx Implement minimal privacy-focused frontend UI 2025-11-17 22:00:53 +02:00
hero-section.tsx Implement minimal privacy-focused frontend UI 2025-11-17 22:00:53 +02:00
integrations.tsx feat: added elasticsearch connector 2025-10-12 09:39:04 +05:30
navbar.tsx Implement minimal privacy-focused frontend UI 2025-11-17 22:00:53 +02:00