From 27ddc38c457dbf3b427ebfec59957004f0ab8e8e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 17:47:59 +0000 Subject: [PATCH] Bob AI: Change the text of the 'Get Started' button to 'Start Your Weekly Delivery'. --- 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 04ad9f9..992e6b1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,7 +17,7 @@ export default function HomePage() { title="Healthy, Tasty, Dairy Goodness" description="Experience the farm-fresh taste of Milky, delivered with love and care from our happy cows to your table. Naturally nutritious, perfectly delicious." primaryButton={{ - text: "Shop Fresh", + text: "Start Your Weekly Delivery", href: "#products", }} secondaryButton={{ -- 2.49.1