From 12ce9429b237d0a652da63834b13b8cd0d0e7b6a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 18:29:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0dc972..4716fcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} tag="About Me" title="Bridging Design & Code to Solve Real-World Problems" + buttons={[ + { + text: "View Portfolio", href: "#projects"} + ]} + buttonAnimation="slide-up" /> -- 2.49.1