From bc38600ffa526e8cf1293010e79ac6c671b9460b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:00:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea5f311..1a6d5bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 8acfbd6fac673822e7a14f267f65308dac349540 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:00:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d75c5d0..501ec07 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: "Get in Touch", href: "#" }, - { text: "Visit Us Now", href: "#" } + { text: "Reserve Table", href: "contact" }, + { text: "Get Directions", href: "https://maps.google.com" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1