From 97b014e98aa6f4be3ea40c4d91c741487f6f4d16 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 16:25:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 253c359..458a1bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Artisan breads, custom cakes, and delightful pastries made from scratch. Order your favorites today." buttons={[ { - text: "Browse Menu", href: "#products"}, + text: "View Today's Fresh Menu", href: "#products"}, { text: "Request Order", href: "#contact"}, ]} @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file