8 Commits

Author SHA1 Message Date
4e934ac9e6 Merge version_3 into main
Merge version_3 into main
2026-03-08 00:41:05 +00:00
ff7edb91c8 Update src/app/page.tsx 2026-03-08 00:41:01 +00:00
407784ba18 Merge version_2 into main
Merge version_2 into main
2026-03-08 00:39:20 +00:00
8bed432a3d Update src/app/page.tsx 2026-03-08 00:39:16 +00:00
ffe735c34e Update src/app/layout.tsx 2026-03-08 00:39:16 +00:00
1036e841fd Merge version_1 into main
Merge version_1 into main
2026-03-08 00:37:54 +00:00
835cc9183e Merge version_1 into main
Merge version_1 into main
2026-03-08 00:37:09 +00:00
fc630603e7 Merge version_1 into main
Merge version_1 into main
2026-03-08 00:35:51 +00:00
2 changed files with 3 additions and 2789 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -55,8 +55,8 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "📞 Llamar ahora", href: "tel:918588672" },
{ text: "Reservar mesa", href: "#contact" }
{ text: "Reservar ahora", href: "#contact" },
{ text: "📞 Llamar: 918 58 86 72", href: "tel:918588672" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/tasty-seafood-table-high-angle_23-2149410758.jpg"
@@ -299,4 +299,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}