Merge version_1 into main #5
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
{ icon: Settings }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Traffic Growth", values: ["145%", "182%", "227%"], description: "Average client increase" },
|
||||
{ title: "Lead Conversion", values: ["3.2%", "5.1%", "7.8%"], description: "Rate improvement" },
|
||||
{ title: "ROI Multiple", values: ["3.5x", "5.2x", "8.1x"], description: "Return on investment" }
|
||||
{ title: "Traffic Growth", values: [145, 182, 227], description: "Average client increase" },
|
||||
{ title: "Lead Conversion", values: [3.2, 5.1, 7.8], description: "Rate improvement" },
|
||||
{ title: "ROI Multiple", values: [3.5, 5.2, 8.1], description: "Return on investment" }
|
||||
],
|
||||
chartTitle: "Monthly Growth Trend", chartData: [
|
||||
{ value: 35 },
|
||||
|
||||
Reference in New Issue
Block a user