Finwise - Next.js + Tailwind Landing Page Template
Finwise is a lightweight, easily configurable, and customizable Next.js and Tailwind CSS landing page template. It’s built to be adaptable, performant, and perfect for any product launch, portfolio, or promotional site.
Key Features:
- Next.js app router with TypeScript
- Tailwind CSS v3 for flexible styling customization
- Smooth transitions powered by Framer Motion
- Built-in font optimization with next/font
- Automatic image optimization via next/image
- Access to 31+ icon packs via React Icons
- Near-perfect Lighthouse score
- Modular, responsive, and scalable components
- Free lifetime updates
Sections Included:
- Hero
- Partners or Clients Logos
- Features
- Pricing
- Testimonials
- FAQ
- Statistics
- CTA
- Footer
Getting Started:
- Install dependencies:
npm install
- Run the development server:
npm run dev
- View your project:
localhost:3000
Customization:
- Edit colors: Update
globals.css
for primary, secondary, background, and accent colors. - Update site details: Customize
siteDetails.ts
in/src/data
to reflect your brand and site info. - Modify content: Files in
/src/data
handle data for navigation, features, pricing, testimonials, and more. - Replace favicon: Add your icon to
/src/app/favicon.ico
. - Add images: Update
public/images
for Open Graph metadata (e.g.,og-image.jpg
,twitter-image.jpg
).