From 0d01bb7ab9c9a590c417eaa031ea311eb5cc2954 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 01:33:29 +0000 Subject: [PATCH] Bob AI: Update the text of the call-to-action buttons in the hero (home) section to 'Cal --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 786700e..89e5703 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,11 +19,11 @@ export default function HomePage() { title="The Finest Basmati Rice in Kadapa, Delivered to Your Doorstep" description="Experience the premium taste of tradition with our hand-selected, aromatic basmati rice from the fields to your table. Now delivering to every home in Andhra Pradesh." primaryButton={{ - text: "Shop Now", + text: "Call for Order", href: "#products", }} secondaryButton={{ - text: "About Us", + text: "Chat on WhatsApp", href: "#about", }} items={[ -- 2.49.1