diff --git a/src/app/page.tsx b/src/app/page.tsx index 42dbe20..31bebc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,6 +220,8 @@ export default function LandingPage() { buttons={[ { text: "Contact Us", href: "mailto:hello@example.com"}, + { + text: "View Portfolio", href: "/portfolio"}, ]} />