diff --git a/src/app/page.tsx b/src/app/page.tsx index e281d3c..5b018bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,19 +114,19 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", title: "Essential", price: "$15", period: "mo", features: [ + id: "basic", title: "Essential - Best for Starting Out", price: "$15", period: "mo", features: [ "Core profile", "Standard feed", "Community access"], button: { text: "Get Started"}, imageSrc: "http://img.b2bpic.net/free-vector/futuristic-kb-technology-logo_23-2149109515.jpg", imageAlt: "tech company logo silver"}, { - id: "pro", title: "Creator Pro", price: "$49", period: "mo", features: [ + id: "pro", title: "Creator Pro - Unlock Full Creative Potential", price: "$49", period: "mo", features: [ "Advanced analytics", "Studio access", "Private channels"], button: { text: "Go Pro"}, imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg?_wi=2", imageAlt: "tech company logo silver"}, { - id: "elite", title: "Elite Circle", price: "$199", period: "mo", features: [ + id: "elite", title: "Elite Circle - Maximum Scale & Support", price: "$199", period: "mo", features: [ "White glove support", "API access", "Priority discovery"], button: { text: "Join Elite"},