From ce604fbd8b3c0fb9758db6c119323369fddb94e4 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 20:39:21 +0000 Subject: [PATCH] Bob AI: Add another button to the hero section with a leran more tha --- src/pages/HomePage/sections/Hero.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 2a7f736..542562b 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -36,6 +36,7 @@ const items = [ tag: "Interior Design" } ]; +const learnMoreButton = { text: "Learn more", href: "#services" }; const secondaryButton = { text: "View all my projects", href: "#" -- 2.49.1