Merge version_1 into main #2
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
description="We help educational creators launch high-ticket programs that sell. Through strategic positioning, audience segmentation, and proven launch sequences, your engaged followers become paying members—without the guesswork."
|
||||
tag="For Content Creators 10k–500k Followers"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg"
|
||||
imageAlt="Revenue analytics and program launch dashboard"
|
||||
buttons={[
|
||||
{ text: "Schedule Your Growth Strategy Call", href: "#contact" },
|
||||
@@ -80,19 +80,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Audience Segmentation & Positioning", author: "Core Service", description: "We analyze your audience composition, identify high-intent segments, and position your premium offer to maximize conversion. No more guessing who's ready to buy.", tags: ["Segmentation", "Positioning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg?_wi=2", imageAlt: "Audience analysis and segmentation visualization"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg", imageAlt: "Audience analysis and segmentation visualization"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Premium Launch Sequences", author: "Core Service", description: "Strategic email, content, and social sequences designed to warm your audience and drive enrollment. Proven to convert engaged followers into paying premium members.", tags: ["Launch", "Conversion"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg?_wi=3", imageAlt: "Launch sequence planning and execution dashboard"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg", imageAlt: "Launch sequence planning and execution dashboard"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Pricing Strategy & Positioning", author: "Core Service", description: "Data-driven pricing that reflects your expertise and market demand. We help you command premium rates while maintaining audience trust and perceived value.", tags: ["Pricing", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg?_wi=4", imageAlt: "Pricing strategy and market analysis tools"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg", imageAlt: "Pricing strategy and market analysis tools"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Monetization Architecture", author: "Core Service", description: "Complete system design: program structure, delivery platform, payment processing, and post-launch engagement. Everything optimized for revenue and member satisfaction.", tags: ["Systems", "Architecture"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg?_wi=5", imageAlt: "Complete monetization system architecture diagram"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg", imageAlt: "Complete monetization system architecture diagram"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -110,21 +110,18 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "strategy", tag: "Strategy Session", price: "$2,000", period: "one-time", description: "Perfect for creators ready to validate their monetization strategy before full launch commitment.", button: { text: "Schedule Call", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
id: "strategy", tag: "Strategy Session", price: "$2,000", period: "one-time", description: "Perfect for creators ready to validate their monetization strategy before full launch commitment.", button: { text: "Schedule Call", href: "#contact" }, featuresTitle: "Includes:", features: [
|
||||
"Comprehensive audience analysis", "Positioning & pricing recommendations", "14-day launch roadmap", "Q&A and implementation support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "launch", tag: "Full Launch Program", tagIcon: Sparkles,
|
||||
price: "$7,500", period: "project", description: "Complete end-to-end support for your first high-ticket program launch. Includes all strategy, sequencing, and hands-on launch management.", button: { text: "Apply Now", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
price: "$7,500", period: "project", description: "Complete end-to-end support for your first high-ticket program launch. Includes all strategy, sequencing, and hands-on launch management.", button: { text: "Apply Now", href: "#contact" }, featuresTitle: "Includes:", features: [
|
||||
"Audience segmentation & positioning", "Premium launch sequence design", "Email copy & social content", "Program architecture & pricing", "Launch week support & optimization", "Post-launch analytics & adjustments"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "partnership", tag: "Ongoing Partnership", price: "$3,500", period: "/month", description: "For creators scaling multiple programs. Continuous optimization, new product development, and revenue acceleration.", button: { text: "Let's Talk", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
id: "partnership", tag: "Ongoing Partnership", price: "$3,500", period: "/month", description: "For creators scaling multiple programs. Continuous optimization, new product development, and revenue acceleration.", button: { text: "Let's Talk", href: "#contact" }, featuresTitle: "Includes:", features: [
|
||||
"Quarterly strategy reviews", "Ongoing audience segmentation", "New program development support", "Marketing & conversion optimization", "Member engagement systems", "Revenue scaling strategy"
|
||||
]
|
||||
}
|
||||
@@ -171,7 +168,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pov-happy-influencer-hosting-online-show-rgb-lights-studio_482257-123565.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pov-happy-influencer-hosting-online-show-rgb-lights-studio_482257-123565.jpg"
|
||||
imageAlt="Content creator working at desk laptop"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -213,7 +210,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pov-happy-influencer-hosting-online-show-rgb-lights-studio_482257-123565.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pov-happy-influencer-hosting-online-show-rgb-lights-studio_482257-123565.jpg"
|
||||
imageAlt="Content creator planning and strategy session"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user