Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-29 21:05:47 +00:00

View File

@@ -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"