Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:14:20 +00:00

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -46,7 +46,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Book Your Authority Call", href: "#contact"}}
text: "Book Your Authority Call", href: "#contact"
}}
/>
</div>
@@ -66,22 +67,28 @@ export default function LandingPage() {
carouselItems={[
{
id: "dashboard-1", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/a-sleek-dark-themed-dashboard-interface--1773094309596-c44b7034.png", imageAlt: "Authority system dashboard overview"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/a-sleek-dark-themed-dashboard-interface--1773094309596-c44b7034.png", imageAlt: "Authority system dashboard overview"
},
{
id: "dashboard-2", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/visual-representation-of-a-positioning-f-1773094309959-e06b6305.png", imageAlt: "Positioning framework visualization"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/visual-representation-of-a-positioning-f-1773094309959-e06b6305.png", imageAlt: "Positioning framework visualization"
},
{
id: "dashboard-3", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/content-management-system-dashboard-with-1773094309440-d19f7d93.png", imageAlt: "Content system management interface"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/content-management-system-dashboard-with-1773094309440-d19f7d93.png", imageAlt: "Content system management interface"
},
{
id: "dashboard-4", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/sales-pipeline-automation-dashboard-show-1773094312059-5943b8d0.png", imageAlt: "Sales pipeline automation"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/sales-pipeline-automation-dashboard-show-1773094312059-5943b8d0.png", imageAlt: "Sales pipeline automation"
},
{
id: "dashboard-5", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/revenue-tracking-dashboard-displaying-mo-1773094309490-c33cddc1.png", imageAlt: "Revenue tracking dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/revenue-tracking-dashboard-displaying-mo-1773094309490-c33cddc1.png", imageAlt: "Revenue tracking dashboard"
},
{
id: "dashboard-6", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/client-acquisition-funnel-visualization--1773094309623-ea4557f5.png", imageAlt: "Client acquisition funnel"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/client-acquisition-funnel-visualization--1773094309623-ea4557f5.png", imageAlt: "Client acquisition funnel"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -149,16 +156,20 @@ export default function LandingPage() {
metrics={[
{
id: "1", value: "142%", description:
"Average revenue increase in first 6 months for clients who complete the 60-day system"},
"Average revenue increase in first 6 months for clients who complete the 60-day system"
},
{
id: "2", value: "68%", description:
"Of warm leads converted to paying clients (vs. 1015% cold outreach conversion)"},
"Of warm leads converted to paying clients (vs. 1015% cold outreach conversion)"
},
{
id: "3", value: "5h/week", description:
"Content time required after system deployment (down from 20h/week average)"},
"Content time required after system deployment (down from 20h/week average)"
},
{
id: "4", value: "$95K", description:
"Average monthly revenue achieved by system graduates within 12 months"},
"Average monthly revenue achieved by system graduates within 12 months"
},
]}
useInvertedBackground={true}
metricsAnimation="slide-up"
@@ -177,20 +188,23 @@ export default function LandingPage() {
id: "foundation", tag: "Foundation Package", price: "$15,000", period: "one-time", description:
"Perfect for coaches earning $10K$20K monthly ready to systematize.", button: { text: "Start Foundation", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Positioning audit & messaging framework", "60-day content architecture & playbook", "Lead capture system setup", "4 weeks of implementation support", "Lifetime system access"],
"Positioning audit & messaging framework", "60-day content architecture & playbook", "Lead capture system setup", "4 weeks of implementation support", "Lifetime system access"
],
},
{
id: "accelerator", tag: "Accelerator Package", tagIcon: Sparkles,
price: "$28,000", period: "one-time", description:
"For established consultants ($20K$50K monthly) aiming for premium positioning.", button: { text: "Start Accelerator", href: "#contact" },
featuresTitle: "Everything in Foundation, Plus:", features: [
"Custom brand positioning strategy", "Content + email sequence creation", "Advanced lead magnetization setup", "Sales infrastructure & closing framework", "8 weeks of hands-on implementation", "Monthly strategy calls (3 months)", "Lifetime system updates"],
"Custom brand positioning strategy", "Content + email sequence creation", "Advanced lead magnetization setup", "Sales infrastructure & closing framework", "8 weeks of hands-on implementation", "Monthly strategy calls (3 months)", "Lifetime system updates"
],
},
{
id: "premium", tag: "Premium Partnership", price: "$50,000", period: "one-time", description:
"For coaches ready to scale to $100K+ monthly with full-system implementation.", button: { text: "Schedule Strategy Call", href: "#contact" },
featuresTitle: "Everything in Accelerator, Plus:", features: [
"Full brand & positioning overhaul", "Content production support (16 pieces)", "Lead funnel optimization & testing", "Sales team training & playbook", "12 weeks of intensive implementation", "Weekly strategy + execution calls", "Quarterly performance reviews", "Custom integrations & automations", "VIP lifetime support access"],
"Full brand & positioning overhaul", "Content production support (16 pieces)", "Lead funnel optimization & testing", "Sales team training & playbook", "12 weeks of intensive implementation", "Weekly strategy + execution calls", "Quarterly performance reviews", "Custom integrations & automations", "VIP lifetime support access"
],
},
]}
animationType="slide-up"
@@ -210,27 +224,33 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Chen", handle: "Executive Coach | $47K → $127K/mo", testimonial:
"The positioning framework alone was worth it. Within 60 days, I went from cold outreach to 3 inbound $15K client inquiries per week. Game-changer.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-confident-fem-1773094308518-0e19144b.png", imageAlt: "Sarah Chen"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-confident-fem-1773094308518-0e19144b.png", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Rodriguez", handle: "Business Consultant | $22K → $89K/mo", testimonial:
"I was drowning in content creation. This system cut my content time by 75% while doubling my inbound leads. My revenue tripled in 90 days.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-male-business-1773094308395-e6a0114b.png", imageAlt: "Marcus Rodriguez"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-male-business-1773094308395-e6a0114b.png", imageAlt: "Marcus Rodriguez"
},
{
id: "3", name: "Emily Wallace", handle: "Life Coach | $18K → $71K/mo", testimonial:
"The sales infrastructure was the missing piece. I was getting leads but struggling to close. Now I'm hitting 55% close rates on qualified calls.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-female-life-c-1773094308220-4e4024a1.png", imageAlt: "Emily Wallace"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-female-life-c-1773094308220-4e4024a1.png", imageAlt: "Emily Wallace"
},
{
id: "4", name: "James Park", handle: "Strategy Coach | $35K → $142K/mo", testimonial:
"Positioned myself as the authority in my niche. Competitors were everywhere, but now I'm the first choice. Premium pricing, zero objections.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-male-strategy-1773094309030-ffabbb79.png", imageAlt: "James Park"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-male-strategy-1773094309030-ffabbb79.png", imageAlt: "James Park"
},
{
id: "5", name: "Lisa Thompson", handle: "Marketing Consultant | $28K → $94K/mo", testimonial:
"The 60-day playbook is systematic and proven. Following it exactly resulted in 140% revenue growth. This isn't guesswork—it's science.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-female-market-1773094308321-65870480.png", imageAlt: "Lisa Thompson"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-female-market-1773094308321-65870480.png", imageAlt: "Lisa Thompson"
},
{
id: "6", name: "David Kumar", handle: "Sales Coach | $41K → $156K/mo", testimonial:
"Finally, a framework designed for service-based businesses, not influencers. The authority positioning attracts high-quality clients who actually want to close.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-male-sales-co-1773094308906-c405eed2.png", imageAlt: "David Kumar"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7aXb486Q3okcxkEmIxbgocC6/professional-headshot-of-a-male-sales-co-1773094308906-c405eed2.png", imageAlt: "David Kumar"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -251,7 +271,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>