diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d8e4a3..9b4527c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,16 +72,16 @@ export default function LandingPage() { tag="Trust & Reliability" metrics={[ { - id: "1", title: "Professional Garden Specialists", subtitle: "Certified landscape architects with extensive expertise", category: "Expertise", value: "✓", buttons: [] + id: "1", title: "Professional Garden Specialists", subtitle: "Certified landscape architects with extensive expertise", category: "Expertise", value: "Certified", buttons: [] }, { - id: "2", title: "On-Time Project Delivery", subtitle: "We guarantee punctuality and respect your timeline", category: "Reliability", value: "✓", buttons: [] + id: "2", title: "On-Time Project Delivery", subtitle: "We guarantee punctuality and respect your timeline", category: "Reliability", value: "100%", buttons: [] }, { - id: "3", title: "Transparent Pricing", subtitle: "Clear quotes with no hidden fees or surprises", category: "Honest", value: "✓", buttons: [] + id: "3", title: "Transparent Pricing", subtitle: "Clear quotes with no hidden fees or surprises", category: "Honest", value: "5.0/5", buttons: [] }, { - id: "4", title: "Premium Materials", subtitle: "Only highest quality materials and plants used", category: "Quality", value: "✓", buttons: [] + id: "4", title: "Premium Materials", subtitle: "Only highest quality materials and plants used", category: "Quality", value: "A+", buttons: [] } ]} animationType="slide-up"