From d4c8e379abb00c4d9f118274e680a246a7004593 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 20:55:05 +0200 Subject: [PATCH] Bob AI: change button text in hero to Learn More --- src/components/sections/hero/HeroBillboard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index d9f869c..b221105 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -106,6 +106,8 @@ const HeroBillboard = ({ imageClassName={cls("z-1", imageClassName)} /> + {/* Inserted button element */} + );