Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 23:59:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}