Merge version_1 into main #1
@@ -64,9 +64,9 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Curated Plants", values: ["150+", "180+", "200+"], description: "Carefully selected varieties" },
|
||||
{ title: "Customer Joy", values: ["98%", "99%", "100%"], valueSuffix: "", description: "Satisfaction rate" },
|
||||
{ title: "Local Service", values: ["5★", "5★", "5★"], description: "Average rating" }
|
||||
{ title: "Curated Plants", values: [150, 180, 200], description: "Carefully selected varieties" },
|
||||
{ title: "Customer Joy", values: [98, 99, 100], valueSuffix: "%", description: "Satisfaction rate" },
|
||||
{ title: "Local Service", values: [5, 5, 5], description: "Average rating" }
|
||||
],
|
||||
chartTitle: "Monthly Visitors", chartData: [
|
||||
{ value: 65 },
|
||||
|
||||
Reference in New Issue
Block a user