From 56334da95e6adfb628604f1b98ddbbd975d7be4d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:12:46 +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 1aaa280..2824b5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Freshly Brewed Moments, Perfectly Yours" description="Experience premium specialty coffee in Heidelberg's most inviting space. Whether you're working, meeting, or simply unwinding, The Test Hub is your sanctuary for calm and connection." buttons={[ - { text: "View Menu", href: "#menu" }, + { text: "Reserve Your Spot", href: "#menu" }, { text: "Visit Us", href: "#contact" } ]} buttonAnimation="slide-up" @@ -238,4 +238,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file