6 Commits

Author SHA1 Message Date
0e3c07dba0 Merge version_3 into main
Merge version_3 into main
2026-03-05 23:59:33 +00:00
d0a5604bd9 Update src/app/page.tsx 2026-03-05 23:59:29 +00:00
e1d45756ee Update src/app/layout.tsx 2026-03-05 23:59:28 +00:00
1b30afd133 Merge version_2 into main
Merge version_2 into main
2026-03-04 17:58:40 +00:00
57427132f7 Update src/app/page.tsx 2026-03-04 17:58:35 +00:00
b1a3556e0f Merge version_1 into main
Merge version_1 into main
2026-03-04 17:53:33 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
tagIcon={Coffee} tagIcon={Coffee}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "📞 Call Now", href: "tel:+212-example" }, { 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" buttonAnimation="slide-up"
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
@@ -254,4 +254,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }