From 87d8c6babf7e377ef7fd88979e7c480d5b88cf1d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 21:32:39 +0000 Subject: [PATCH] Bob AI: Change the text of the primary button in the hero section to 'View Our Full Menu --- 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 8e6c78b..16e3ab6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,7 +18,7 @@ export default function HomePage() { brand="Super Sauce" description="Crafting unforgettable flavors one drop at a time. Discover our signature sauces and hand-crafted comfort food that makes every meal a celebration." primaryButton={{ - text: "View Menu", + text: "View Our Full Menu", href: "#product", }} secondaryButton={{ -- 2.49.1