Skip to content

Latest commit

Β 

History

History
59 lines (45 loc) Β· 1.47 KB

File metadata and controls

59 lines (45 loc) Β· 1.47 KB

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