Your ImageYour Image
  • About
  • Templates10
  • Blocks80New
  • Icons1635
  • Graphics4K
  • Components107New
  • About
  • Components
  • Pricing
  • Contact
Book an Intro call
Book an Intro call
  • About
  • Works
  • Pricing
  • Templates
  • Blocks
  • components
  • Graphic
  • Backgrounds
  • Designs
  • Icons
  • Logos
  • Flags
  • Privacy
  • Terms
  • Contact
© 2025Made with by Ali Imam
FeaturedHeaderHeroLogosFooterBook DemoDownloadFeatureCTAConnectPricingStatsLoginDashboard404
Open in New Tab
Files
components/pricing-01.tsx
import { PricingCard } from "@/components/price"

export function Page() {
  return (
    <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">
      <PricingCard />
    </div>
  )
}
A simple pricing section.
pricing-01
pricing-01pricing-01
Open in New Tab
Files
components/pricing-02.tsx
import { CompareTable } from "@/components/price"

export function Page() {
  return (
    <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">
      <CompareTable />
    </div>
  )
}
A simple pricing section.
pricing-02
pricing-02pricing-02