Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -46,13 +46,15 @@ export default function LandingPage() {
|
||||
tag="NEW: 2025 REVENUE ENGINE"
|
||||
buttons={[{ text: "Book Strategy Call", href: "#contact" }]}
|
||||
dashboard={{
|
||||
title: "Revenue Growth", stats: [
|
||||
title: "Revenue Growth",
|
||||
stats: [
|
||||
{ title: "Monthly Revenue", titleMobile: "MRR", values: [15000, 25000, 45000], valuePrefix: "$", description: "Growth over Q1" },
|
||||
{ title: "Client Pipeline", titleMobile: "Leads", values: [12, 34, 88], description: "High-intent inbound" },
|
||||
{ title: "Conversion Rate", titleMobile: "CVR", values: [2, 5, 12], description: "Discovery call conversion" }
|
||||
],
|
||||
logoIcon: Sparkles,
|
||||
sidebarItems: [{ icon: Target, active: true }, { icon: BarChart3 }],
|
||||
buttons: [{ text: "Export Report", onClick: () => console.log("Export") }],
|
||||
listItems: [{ icon: CheckCircle2, title: "Funnel Optimization", status: "Complete" }],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419486.jpg"
|
||||
}}
|
||||
@@ -73,6 +75,7 @@ export default function LandingPage() {
|
||||
<FeatureCardSeven
|
||||
animationType="blur-reveal"
|
||||
title="Core Systems for Revenue"
|
||||
description="Proven systems to scale your creative agency's revenue model."
|
||||
textboxLayout="split"
|
||||
features={[
|
||||
{ title: "High-Ticket Architecture", description: "Designing offers that justify premium pricing.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user