From 26e55952f3a714ebf75d35d6beb83a693261a37a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:59:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 031414d..f666268 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function Page() { animationType="slide-up" useInvertedBackground={false} buttons={[ - { text: "Explore All Skills", href: "#" }, + { text: "See Full Tech Stack", href: "#toolstack" }, { text: "View Case Studies", href: "#architecture" } ]} features={[ -- 2.49.1