Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 42603b801d | |||
| 9163e12f8f | |||
| 752c9a5be5 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/decorative-wood-background-wall_1417-1944.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/decorative-wood-background-wall_1417-1944.jpg"
|
||||||
imageAlt="Restaurante Único Mexicanum ambiente tradicional"
|
imageAlt="Restaurante Único Mexicanum ambiente tradicional"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Ver Menú", href: "#features" },
|
{ text: "Ver Menú y Hacer Pedido", href: "#features" },
|
||||||
{ text: "Hacer Pedido", href: "#contact" }
|
{ text: "Hacer Pedido", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user