From fb751936274ad79b757bfb1c4597f74bec59e2b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:13:38 +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 076e5dd..f8bf071 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 66e785085e21e289465254a4428420b74d35e23b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:13:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60e138b..edc3bab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,8 +74,8 @@ export default function HomePage() { ]} carouselPosition="right" buttons={[ - { text: "View Project Portfolio", href: "portfolio" }, - { text: "Schedule Consultation", href: "contact" }, + { text: "See What We've Built", href: "portfolio" }, + { text: "View Experience", href: "contact" }, ]} buttonAnimation="slide-up" /> @@ -244,4 +244,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1