diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d51bfe..d794d12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,9 @@ export default function LandingPage() { { title: "Payment Plans", values: [0, 6, 12], description: "Months available"}, + { + title: "Expert Technicians", values: [15, 18, 20], + valueSuffix: "yrs", description: "Average experience"}, ], searchPlaceholder: "What service do you need?", chartTitle: "Customer Satisfaction", chartData: [ { value: 98 },