From d3ed3972f815312ff07ff0fcacf7c1c1456dcbed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:54:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9832df4..4598a3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,8 +97,7 @@ export default function LandingPage() { { id: "video-creation", label: "Video", title: "Interactive Video Creation Made Simple", items: [ "Record from any device", "Add interactive elements in real-time", "Custom branding for your workouts", "Professional video hosting" - ], - buttons: [{ text: "Learn More", href: "#" }], + ], buttons: [{ text: "Learn More", href: "#" }], }, { id: "monetization", label: "Monetize", title: "Multiple Revenue Streams at Your Fingertips", items: [ @@ -156,14 +155,12 @@ export default function LandingPage() { price: "$0", subtitle: "Free forever for your first video", features: [ "Upload 1 interactive video", "Basic engagement tools", "Client access dashboard", "Email support" ], - buttons: [{ text: "Get Started", href: "contact" }], }, { id: "pro", badge: "Most Popular", badgeIcon: Star, price: "$49/mo", subtitle: "For serious trainers scaling up", features: [ "Unlimited video uploads", "Advanced analytics", "Custom branding", "Payment processing", "Priority support", "Live session integration" ], - buttons: [{ text: "Choose Plan", href: "contact" }], }, { id: "elite", badge: "Enterprise Scale", badgeIcon: Crown, -- 2.49.1