From 9c083fe137cb040424f1dc94e471fe3d9ffe5ddc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:22:08 +0000 Subject: [PATCH] Switch to version 1: modified 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 bb06ef0..37cfc85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,7 +165,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Get in Touch", href: "mailto:contact@example.com" }, - { text: "View My Work", href: "#projects" } + { text: "Explore More", href: "#projects" } ]} /> @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file