2 Commits

Author SHA1 Message Date
0aab3bc89a Update src/app/page.tsx 2026-05-02 07:30:32 +00:00
f80ec1b33b Merge version_2 into main
Merge version_2 into main
2026-05-02 07:29:05 +00:00

View File

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