Skip to content

Repository files navigation

4fnext

Premium software agency website built with Next.js 16.

Next.js TypeScript License

🚀 Quick Start

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build for production
pnpm build

📁 Project Structure

src/
├── app/
│   ├── layout.tsx      # Root layout with SEO metadata
│   ├── page.tsx        # Landing page
│   ├── globals.css     # Global styles & CSS variables
│   ├── page.module.css # Page-specific styles
│   ├── sitemap.ts      # Dynamic sitemap generation
│   ├── robots.ts       # Robots.txt configuration
│   └── manifest.ts     # PWA manifest
│── components/
│   └── ReducedMotionWarning.tsx # Reduced motion warning component
public/
├── favicon.png         # Site favicon
└── logo.svg            # Logo image
└── 4fnext-purple.png   # Logo image

✨ Features

  • Static Export - Optimized for static hosting
  • SEO Ready - Open Graph, Twitter Cards, sitemap, robots.txt
  • PWA Support - Web app manifest included
  • Modern Animations - Smooth CSS animations & transitions
  • Responsive - Mobile-first design

🛠 Tech Stack

  • Next.js 16 (App Router)
  • TypeScript
  • CSS Modules
  • Lucide Icons

📄 License

MIT © 4fnext

Contributors

Languages