A modern, fast, and user-friendly landing page built with cutting-edge frontend technologies. Perfect for developers who want to kickstart their projects with a solid foundation.
Check out the live demo: View Demo
- π± Responsive Design - Works seamlessly on desktop, tablet, and mobile
- π¨ Modern UI/UX - Clean and intuitive interface with smooth animations
- β‘ Lightning Fast - Optimized for speed with Next.js
- π― Type-Safe - Built with TypeScript for better development experience
- π¨ Beautiful Components - Pre-built components from shadcn/ui
- Clone the repository:
git clone https://github.com/anibalalpizar/nextjs-shadcn-landing.git
- Install dependencies:
cd nextjs-shadcn-landing
npm install
Start the development server:
npm run dev
Build for production:
npm run build
import { Button } from "@/components/ui/button"
import { Card } from "@/components/ui/card"
function HeroSection() {
return (
<Card className="p-6">
<h1 className="text-3xl font-bold">Welcome to Our Landing Page</h1>
<p className="mt-2 text-gray-600">Start building something amazing!</p>
<Button className="mt-4">Get Started</Button>
</Card>
)
}
Our landing page is built with modern frontend technologies:
- - React framework for production
- - Type-safe JavaScript
- - Utility-first CSS framework
- - Re-usable components
.
βββ src/
β βββ app/
β β βββ fonts/ # Font configurations
β β βββ sections/ # Page sections components
β β β βββ Faq.tsx
β β β βββ Testimonials.tsx
β β βββ layout.tsx # Root layout
β βββ assets/ # Static assets
β βββ components/
β β βββ ui/ # shadcn/ui components
β β β βββ dropdown-menu.tsx
β β βββ theme-provider.tsx
β βββ lib/ # Utility functions
β βββ types/ # TypeScript type definitions
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
βοΈ If you found this project helpful, please give it a star!