From 5a75577e31d1db25924ef00d73fc68c4c6afd49c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:05:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3696615..768e48b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"