Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58190e3596 | |||
| ff2eb98c27 | |||
| af1e9cf4e2 | |||
| b124fe5c22 | |||
| 71b2097af8 | |||
| 7d0a732470 | |||
| 4002b0d01d | |||
| e2b5c224bc | |||
| bcc1bd017a |
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "50+", title: "Projects Delivered" },
|
||||
{ value: "98%", title: "Client Satisfaction" },
|
||||
{ value: "98% - Avg. 4.9/5 Stars", title: "Client Satisfaction" },
|
||||
{ value: "8+", title: "Years Experience" },
|
||||
{ value: "15+", title: "AI Solutions Deployed" }
|
||||
]}
|
||||
@@ -279,8 +279,7 @@ 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 a Consultation", href: "mailto:hello@webild.dev" },
|
||||
{ text: "Send Message", href: "#" }
|
||||
{ text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -333,4 +332,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user