From 34b21499ef607a4219bf6ffc9d0a02566a13f28a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 11 Jun 2026 21:30:45 +0000 Subject: [PATCH] Bob AI: Update the Hero section's secondary button ('View all my projects') link to poin --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9dec921..698e47d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -80,7 +80,7 @@ export default function HomePage() { tag: "Interior Design", }, ]} - secondaryButton={{ text: "View all my projects", href: "#" }} + secondaryButton={{ text: "View all my projects", href: "/portfolio" }} />