From e1d45756eec4ea9503ef3e7e64aa390784e15157 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:59:28 +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 7eb5a39..c50a36b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d0a5604bd92ebfd90a94417a747b437b458ebde7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:59:29 +0000 Subject: [PATCH 2/2] 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 93a6b0a..61c665d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Reserve Your Table", href: "tel:+212-example" }, - { text: "๐Ÿ“ Get Directions", href: "https://maps.google.com/?q=Cappuccino7+Salรฉ" } + { text: "๐Ÿ“ Get Directions", href: "https://maps.app.goo.gl/t83Wzte85Y85qBkYA" } ]} buttonAnimation="slide-up" background={{ variant: "gradient-bars" }} @@ -254,4 +254,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1