Loading repository data…
Loading repository data…
pinak3748 / repository
A beautiful, fully responsive, and SEO-optimized website template built with Next.js 15, Tailwind CSS, and shadcn/ui. Perfect for agencies, startups, or any business looking for a professional web presence.
A beautiful, fully responsive, and SEO-optimized website template built with Next.js 15, Tailwind CSS, and shadcn/ui. Perfect for agencies, startups, or any business looking for a professional web presence.
Clone the repository
git clone https://github.com/pinak3748/modern-agency-template.git
cd modern-agency-template
Install dependencies
npm install
# or
yarn install
# or
bun install
Run the development server
npm run dev
# or
yarn dev
# or
bun dev
Open your browser Navigate to http://localhost:3000
├── app/ # Next.js App Router
│ ├── about/ # About page
│ ├── blog/ # Blog pages
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── components/ # Reusable components
│ ├── custom/ # Custom components
│ ├── landing/ # Landing page sections
│ ├── magicui/ # UI components
│ └── ui/ # shadcn/ui components
├── content/ # MDX blog posts
├── data/ # Static data
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
│ ├── metadata.ts # SEO metadata config
│ ├── GSAPAnimations.ts # Animation utilities
│ └── utils.ts # Helper functions
└── public/ # Static assets
components/custom/Navbar.tsxtailwind.config.jslib/metadata.tscomponents/landing/app/about/page.tsxcontent/ directorylib/metadata.ts.mdx file in the content/ directory---
title: "Your Post Title"
publishedAt: "2024-01-01"
summary: "Brief description of your post"
image: "path/to/image.jpg"
tag: ["Tag1", "Tag2"]
---
Your post content here...
This template uses GSAP for smooth, performant animations:
lib/GSAPAnimations.tsWe welcome contributions! Here's how you can help:
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
If you found this template helpful, please give it a ⭐ on GitHub!
Built with ❤️ by Pinak Faldu
This template is designed to be a starting point for your next project. Feel free to customize it to match your brand and requirements!