Skip to content

ayush6624/ayushgoyal.dev

Repository files navigation

Modern Landing Page

A minimal, modern landing page built with Next.js 15 and Tailwind CSS.

Features

  • Next.js 15 with App Router
  • 🎨 Tailwind CSS for styling
  • 📱 Fully Responsive design
  • 🌙 Dark mode support
  • Lightning fast performance
  • 🔧 TypeScript support

Getting Started

Prerequisites

  • Node.js 18.17 or later
  • npm or yarn

Installation

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser to see the result.

Build for Production

npm run build
npm start

Customization

The landing page is fully customizable:

  • Edit app/page.tsx to modify the content
  • Update app/globals.css for global styles
  • Modify tailwind.config.js for custom Tailwind configuration
  • Update metadata in app/layout.tsx

Tech Stack

  • Framework: Next.js 15
  • Styling: Tailwind CSS
  • Language: TypeScript
  • Icons: Heroicons (inline SVG)

License

MIT License - feel free to use this template for your projects!

Packages

No packages published

Contributors 3

  •  
  •  
  •