Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0a5604bd9 | |||
| e1d45756ee | |||
| 1b30afd133 | |||
| 57427132f7 | |||
| b1a3556e0f |
@@ -1417,4 +1417,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user