From e42e56d627460b3ca38774e2f11175b51a5dec81 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:17:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dd54f0..79fc3e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="Code That Moves" description="Fullstack developer crafting innovative digital solutions with modern technologies. Explore my work and let's build something extraordinary together." buttons={[ - { text: "View My Projects", href: "#projects" } + { text: "Discuss Your Project", href: "#projects" } ]} background={{ variant: "animated-grid" }} mediaAnimation="slide-up" -- 2.49.1