From bc35e551b6e15dc8e38871ed7808d5c1ece8912c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 02:53:21 +0000 Subject: [PATCH] Bob AI: Update the secondary button text from 'Learn More' to 'View Case Studies'. --- 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 5fc30f8..77424d4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,7 +19,7 @@ export default function HomePage() { title="Premium Code, Exceptional Results." description="Full-stack development agency building enterprise-grade solutions for ambitious teams. We transform complex technical challenges into scalable, elegant systems." primaryButton={{ text: "Start Your Project", href: "#contact" }} - secondaryButton={{ text: "View Portfolio", href: "#portfolio" }} + secondaryButton={{ text: "View Case Studies", href: "#portfolio" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-person-with-paraplegia-office-building-solar-powered-prototype_482257-130230.jpg" /> -- 2.49.1