Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 04:56:55 +00:00

View File

@@ -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 },