From 7e1735ed81681fb46cb8f8c99cfac23319ab1aed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:02:41 +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 6d1b77f..5209045 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From a58be3f45c5f08c1f08c0d322a4c5d5231facf03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:02:42 +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 95d5894..6cdedb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Explore Our Work", href: "/portfolio" }, + { text: "View Our Portfolio", href: "/portfolio" }, { text: "Let's Connect", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -237,4 +237,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}