Merge version_1 into main #6
@@ -113,8 +113,8 @@ export default function LandingPage() {
|
||||
title="Pricing Plans"
|
||||
description="Choose the perfect plan for your needs."
|
||||
plans={[
|
||||
{ title: "Basic", price: "$9", features: ["Fast", "Good"] },
|
||||
{ title: "Pro", price: "$19", features: ["Very Fast", "Better"] }
|
||||
{ id: "p1", title: "Basic", price: "$9", period: "mo", button: { text: "Select", href: "#" }, features: ["Fast", "Good"] },
|
||||
{ id: "p2", title: "Pro", price: "$19", period: "mo", button: { text: "Select", href: "#" }, features: ["Very Fast", "Better"] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user