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 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