A modern, light-themed SaaS landing page starter template built with Next.js and TailwindCSS. Perfect for launching your product or service website with a clean, professional design.
Design adapted from SaaS Website UI Kit — Framer Website Kit by Framer (licensed under CC BY 4.0).
- Light theme UI with modern design patterns
- Fully responsive design across all devices
- Next.js 14 with React 18 for optimal performance
- TailwindCSS for efficient styling
- Component-based architecture (Hero, Header, Pricing, Testimonials, etc.)
- Font optimization with Next.js font handling
- SEO-ready structure
- TypeScript for type safety
src/
├── app/
│ ├── globals.css # Global Tailwind styles
│ ├── layout.tsx # Root layout (Next.js)
│ └── page.tsx # Home page
│
├── assets/
│ └── images/ # Image assets
│
└── components/ # Reusable UI components
├── Header.tsx
├── Hero.tsx
├── LogoTicker.tsx
├── ProductShowcase.tsx
├── Pricing.tsx
├── Testimonials.tsx
├── CallToAction.tsx
└── Footer.tsx
├── next.config.mjs # Next.js configuration
├── tailwind.config.ts # TailwindCSS configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Dependencies & scripts
-
Clone the repository
git clone https://github.com/AymaneMehdi/Light-Landing-Page-Task-Flow.git cd Light-Landing-Page-Task-Flow -
Install dependencies
npm install
npm run devRuns the development server on http://localhost:3000
Open your browser and start editing src/app/page.tsx. The page auto-updates as you edit the file.
npm run build
npm startBuilds the project for production and starts the production server.
| Tool / Library | Description |
|---|---|
| Next.js 14 | React framework for production apps |
| React 18 | UI library for building components |
| TypeScript | Type-safe JavaScript |
| TailwindCSS 3 | Utility-first CSS framework |
| Command | Description |
|---|---|
npm run dev |
Run development server |
npm run build |
Build for production |
npm start |
Start production server |
npm run lint |
Run ESLint checks |
The easiest way to deploy your app is using Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
This project is licensed under the MIT License.
Copyright © Aymane Mehdi