Merge version_2 into main #9

Merged
bender merged 1 commits from version_2 into main 2026-03-12 07:11:55 +00:00

View File

@@ -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"