diff --git a/src/app/page.tsx b/src/app/page.tsx index c4fd60c..f501541 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="blur-reveal" buttons={[ - { text: "Start Your Project Now", href: "#contact" }, + { text: "Let's Work Together", href: "#contact" }, { text: "View Portfolio", href: "#work" } ]} buttonAnimation="slide-up" @@ -88,7 +88,7 @@ export default function LandingPage() {