This starter template saved me weeks of setup time. The Supabase integration is flawless, and the UI components are beautiful and easy to customize.
Features
Split-card layout with pricing and features side by side
Integrated testimonials with auto-rotation
Animated entrance with Motion One animations
Support for badges, benefits, and feature icons
Installation
Run the following command:
Update your imports:
import { PricingFour } from "@/components/blocks/pricing-four"
Usage
import { PricingFour } from "@/components/blocks/pricing-four";export default function Home() { return ( <PricingFour /> );}
Props
Prop
Type
Default
Description
className
string
-
Additional CSS classes
cardClassName
string
-
Classes applied to the card component
maxWidth
string
"max-w-4xl"
Max width of the container
Configuration
The component uses a built-in configuration object for all data. You can modify this object in the component source code to customize the pricing card.