From 1758ac6ce9fc985c5b64993c683a6d2f29455f40 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:19:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f52246..f097b78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function CafexLanding() { tagIcon={Coffee} tagAnimation="slide-up" buttons={[ - { text: "Visit Us Today", href: "#contact" }, + { text: "Reserve Your Table", href: "#contact" }, { text: "Explore Menu", href: "#beverages" }, ]} buttonAnimation="slide-up"