Update src/app/page.tsx

This commit is contained in:
2026-03-29 21:05:40 +00:00
parent 273e5208c5
commit 5a75577e31

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"