17 Commits

Author SHA1 Message Date
bcc31f4802 Update src/app/page.tsx 2026-03-14 07:31:49 +00:00
0293db753f Merge version_6 into main
Merge version_6 into main
2026-03-14 07:30:12 +00:00
4485449faf Update src/app/page.tsx 2026-03-14 07:30:07 +00:00
6fe52b5b1f Merge version_5 into main
Merge version_5 into main
2026-03-14 07:28:23 +00:00
8a4e97df4d Update src/app/page.tsx 2026-03-14 07:28:19 +00:00
e821a9b534 Merge version_4 into main
Merge version_4 into main
2026-03-14 07:26:49 +00:00
b10a921929 Update src/app/page.tsx 2026-03-14 07:26:45 +00:00
f08efbe81e Merge version_3 into main
Merge version_3 into main
2026-03-14 07:25:14 +00:00
58190e3596 Update src/app/page.tsx 2026-03-14 07:25:10 +00:00
ff2eb98c27 Merge version_2 into main
Merge version_2 into main
2026-03-14 07:20:45 +00:00
af1e9cf4e2 Update src/app/page.tsx 2026-03-14 07:20:41 +00:00
b124fe5c22 Merge version_1 into main
Merge version_1 into main
2026-03-14 07:16:28 +00:00
71b2097af8 Merge version_1 into main
Merge version_1 into main
2026-03-14 07:15:03 +00:00
7d0a732470 Merge version_1 into main
Merge version_1 into main
2026-03-14 07:14:29 +00:00
4002b0d01d Merge version_1 into main
Merge version_1 into main
2026-03-14 07:13:52 +00:00
e2b5c224bc Merge version_1 into main
Merge version_1 into main
2026-03-14 07:13:16 +00:00
bcc1bd017a Merge version_1 into main
Merge version_1 into main
2026-03-14 07:12:46 +00:00

View File

@@ -88,13 +88,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
title="Crafting Digital Excellence"
description="With over 8 years of experience in full-stack web development and emerging AI voice technologies, I specialize in creating seamless digital experiences that drive business growth. My expertise spans responsive design, cloud architecture, and intelligent automation solutions that solve real-world business challenges."
description="With over 8 years of experience in full-stack web development and emerging AI voice technologies, I specialize in creating seamless digital experiences that drive business growth. My expertise spans responsive design, cloud architecture, and intelligent automation solutions that solve real-world business challenges. Ready to scale your business? Let's explore how custom solutions can drive your growth."
tag="Professional Background"
tagIcon={CheckCircle}
tagAnimation="slide-up"
metrics={[
{ value: "50+", title: "Projects Delivered" },
{ value: "98%", 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,8 +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 a Consultation", href: "mailto:hello@webild.dev" },
{ text: "Send Message", href: "#" }
{ text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" },
{ text: "Explore Services", href: "#portfolio" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -333,4 +333,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}