From 0aab3bc89a9f5fce6c3870e5bfbbd365a8d02a7c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:30:32 +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 e3dd551..0c0f7cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,12 +116,12 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "pl1", title: "Starter", price: "$29", period: "/mo", features: ["Workshops", "Community"], + id: "pl1", title: "Starter", price: "$29", period: "/mo", features: ["Workshops", "Community", "1:1 Mentorship"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-twitch-logo-purple-background_23-2152000230.jpg", imageAlt: "film distribution network" }, { - id: "pl2", title: "Professional", price: "$99", period: "/mo", features: ["Distro access", "Mentorship"], + id: "pl2", title: "Professional", price: "$99", period: "/mo", features: ["Distro access", "Mentorship", "Direct Distribution Portal"], button: { text: "Join Pro" }, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office_23-2149307795.jpg?_wi=2", imageAlt: "film distribution network" }