2 Commits

Author SHA1 Message Date
945a2b361b Update src/app/page.tsx 2026-03-04 22:59:47 +00:00
0dc2a7bd11 Merge version_1 into main
Merge version_1 into main
2026-03-04 22:58:10 +00:00

View File

@@ -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"
]