From 945a2b361b2242790448911ef31cb91ca7a2067f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:59:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6df3c58..004ec7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,19 +145,19 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "starter", title: "Starter", price: "$97", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Starter course tier", button: { text: "Get Started", href: "#contact" }, + id: "starter", title: "Starter", price: "$97", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Starter course tier", button: { text: "Start Free Trial", href: "#contact" }, features: [ "Access to 15+ core courses", "Weekly group coaching calls", "Community forum access", "Basic analytics dashboard", "Email support" ] }, { - id: "professional", title: "Professional", price: "$297", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/confident-leader-talking-subordinates_74855-4115.jpg", imageAlt: "Professional course tier", button: { text: "Upgrade Now", href: "#contact" }, + id: "professional", title: "Professional", price: "$297", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/confident-leader-talking-subordinates_74855-4115.jpg", imageAlt: "Professional course tier", button: { text: "Get 14-Day Access", href: "#contact" }, features: [ "All Starter features +", "50+ advanced courses", "1-on-1 monthly coaching", "Priority support", "Advanced analytics & ROI tracking", "Exclusive deal alerts", "Reseller network access" ] }, { - id: "elite", title: "Elite", price: "$597", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/group-entrepreneurs-cooperating-while-creating-mind-map-whiteboard-office-focus-is-businesswoman-writing-adhesive-notes_637285-7036.jpg", imageAlt: "Elite course tier", button: { text: "Join Elite", href: "#contact" }, + id: "elite", title: "Elite", price: "$597", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/group-entrepreneurs-cooperating-while-creating-mind-map-whiteboard-office-focus-is-businesswoman-writing-adhesive-notes_637285-7036.jpg", imageAlt: "Elite course tier", button: { text: "Unlock Elite Access", href: "#contact" }, features: [ "All Professional features +", "100+ premium courses", "Weekly 1-on-1 coaching sessions", "Direct access to founders", "Done-for-you sourcing lists", "Private Slack community", "Live trading room access", "Annual mastermind retreat" ] -- 2.49.1