4 Commits

Author SHA1 Message Date
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

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
buttons={[ buttons={[
{ text: "Let's Work Together", href: "#contact" }, { text: "Start Your Project Now", href: "#contact" },
{ text: "View Portfolio", href: "#work" } { text: "View Portfolio", href: "#work" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -279,8 +279,7 @@ export default function LandingPage() {
title="Let's Discuss Your Project" 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." 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={[ buttons={[
{ text: "Schedule a Consultation", href: "mailto:hello@webild.dev" }, { text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" }
{ text: "Send Message", href: "#" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
@@ -333,4 +332,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }