diff --git a/src/app/page.tsx b/src/app/page.tsx index 137081c..94476f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,7 +144,7 @@ export default function LandingPage() { tag="Contact" title="Let's work together" description="Reach out to discuss potential projects or opportunities." - buttons={[{ text: "Discuss Your Project", href: "mailto:email@example.com" }]} + buttons={[{ text: "Contact Me", href: "mailto:email@example.com" }]} background={{ variant: "plain" }} useInvertedBackground={false} />