Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -115,8 +115,8 @@ export default function LandingPage() {
|
||||
title="Pricing Plans"
|
||||
description="Choose the perfect plan for your needs."
|
||||
plans={[
|
||||
{ planName: "Basic", price: "$9", features: ["Fast", "Good"] },
|
||||
{ planName: "Pro", price: "$19", features: ["Very Fast", "Better"] }
|
||||
{ name: "Basic", price: "$9", features: ["Fast", "Good"] },
|
||||
{ name: "Pro", price: "$19", features: ["Very Fast", "Better"] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user