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