Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4159e6d694 | |||
| 599d19dc41 | |||
| 2e3e9d6156 | |||
| b303237489 | |||
| 0aef1b9ca6 | |||
| 1f29efc74e | |||
| 41bd107204 | |||
| ff63bdf58a | |||
| bb4dbacfce | |||
| 2d3971898b | |||
| 136e778e28 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Request Free Quote", href: "#contact" },
|
||||
{ text: "Get Free Garden Quote", href: "#contact" },
|
||||
{ text: "Call Now: +31 10 123 4567", href: "tel:+31101234567" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user