From 83f75de6cd19ab92023a678701ae615438bd3f73 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:09:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0762b68..2d53c29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { logoText="Full-Stack Developer" description="Crafting elegant digital solutions through innovative software engineering. Specialized in building scalable systems and creating seamless user experiences." buttons={[ - { text: "See What I've Built", href: "projects" }, - { text: "Let's Connect", href: "contact" }, + { text: "View My Work", href: "projects" }, + { text: "Get In Touch", href: "contact" }, ]} background={{ variant: "sparkles-gradient" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR4BfSzpYTgAHqiMdOLbgO0qC2/a-modern-clean-software-engineer-workspa-1772542201007-82bf7200.png" -- 2.49.1