Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff7edb91c8 | |||
| 407784ba18 | |||
| 8bed432a3d | |||
| ffe735c34e | |||
| 1036e841fd | |||
| 835cc9183e | |||
| fc630603e7 |
2786
src/app/layout.tsx
2786
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,8 +55,8 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Llamar ahora", href: "tel:918588672" },
|
{ text: "Reservar ahora", href: "#contact" },
|
||||||
{ text: "Reservar mesa", href: "#contact" }
|
{ text: "📞 Llamar: 918 58 86 72", href: "tel:918588672" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tasty-seafood-table-high-angle_23-2149410758.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/tasty-seafood-table-high-angle_23-2149410758.jpg"
|
||||||
@@ -299,4 +299,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user