You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize navbar layout and compress hero section for viewport fit
Navigation improvements:
- Move nav links to right side with proper spacing from action buttons
- Add flex spacer for better distribution of elements
- Reduce gap between external link buttons from 4 to 3
Hero section compression:
- Make overline pill chip smaller (text-xs, smaller padding and icon)
- Move pill chip much higher (pt-2 sm:pt-4 instead of pt-8 sm:pt-12)
- Reduce main heading sizes (text-3xl sm:text-4xl lg:text-5xl)
- Compress rotating text container height (3.5rem instead of 5rem)
- Shrink description text size and max-width
- Tighten all margins and padding throughout
- Reduce section bottom padding from pb-8 to pb-4
Hero section now fits comfortably in 800-1000px viewport height with monitor frame fully visible.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
The ultimate Next.js 15 starter template with TypeScript, Tailwind CSS, and Supabase integration. Build modern SaaS applications, landing pages, and digital products with our comprehensive development framework.
110
110
</motion.p>
@@ -113,7 +113,7 @@ The ultimate Next.js 15 starter template with TypeScript, Tailwind CSS, and Supa
0 commit comments