From 1e877102628965f3225df74f479c1817de461942 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:02:02 +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 501ec07..435d479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,8 +132,8 @@ export default function LandingPage() { text="Ready to experience exceptional coffee? Join us today and become part of the Brew Haven family. We can't wait to serve you." animationType="entrance-slide" buttons={[ - { text: "Reserve Table", href: "contact" }, - { text: "Get Directions", href: "https://maps.google.com" } + { text: "Get Directions", href: "https://maps.google.com" }, + { text: "Reserve Table", href: "contact" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} -- 2.49.1