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" />