From 7684efdae8c80031ad2d90002244a1c6f7792d93 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 11:43:54 +0000 Subject: [PATCH] Bob AI: Change the primary button text to 'Join Our Newsletter'. --- 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 0260b47..7456b79 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,7 +19,7 @@ export default function HomePage() { title="Timeless Essentials by KALA" description="Crafting thoughtful garments for the modern conscious wardrobe. Elegant, organic, and built to last." primaryButton={{ - text: "Explore Collection", + text: "Join Our Newsletter", href: "#products", }} secondaryButton={{ -- 2.49.1