From 8167e17c0d8839ab253d9b597fc903496e030ef3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:32:28 +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 a72bff5..52ede44 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 +} -- 2.49.1 From dbc23b4db0c23759601f6f20ee50665a04095d62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:32:28 +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 5e25ecc..24fcb2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445181.jpg" imageAlt="Fantasy world exploration map" mediaAnimation="blur-reveal" - buttons={[{ text: "Begin Adventure", href: "#about" }]} + buttons={[{ text: "View Portfolio", href: "#about" }]} /> @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1