From cc0dd7306614eea18d5ac2a57a3b12819a7dcb99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:19:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e8abac4..2ad3a5e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 7b88b5703581fa5eac497dc54ad0676e5913c28f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:19:37 +0000 Subject: [PATCH 2/2] 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 2398d6f..6265d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { rating={5} ratingText="Driven by innovation and continuous learning" buttons={[ - { text: "View My Work", href: "#projects" }, + { text: "Explore My Projects", href: "#projects" }, { text: "Let's Connect", href: "#contact" } ]} buttonAnimation="opacity" @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file