Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aab037c48f | |||
| bcc31f4802 | |||
| 0293db753f | |||
| 4485449faf | |||
| 6fe52b5b1f |
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "50+", title: "Projects Delivered" },
|
||||
{ value: "98% - Avg. 4.9/5 Stars", title: "Client Satisfaction" },
|
||||
{ value: "98% - Avg. 4.9/5 Stars | 47 Five-Star Reviews", title: "Client Satisfaction" },
|
||||
{ value: "8+", title: "Years Experience" },
|
||||
{ value: "15+", title: "AI Solutions Deployed" }
|
||||
]}
|
||||
@@ -279,7 +279,8 @@ export default function LandingPage() {
|
||||
title="Let's Discuss Your Project"
|
||||
description="Whether you need a stunning web application or an intelligent AI voice solution, I'm here to help. Let's create something exceptional together."
|
||||
buttons={[
|
||||
{ text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" }
|
||||
{ text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" },
|
||||
{ text: "Explore Services", href: "#portfolio" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user