2 Commits

Author SHA1 Message Date
9ef284fa92 Update src/app/page.tsx 2026-03-11 16:15:00 +00:00
9d1eb9f4eb Merge version_1 into main
Merge version_1 into main
2026-03-11 06:42:01 +00:00

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Visítanos", href: "contact" },
{ text: "Visítanos Hoy - Abierto 7:00-20:00", href: "contact" },
{ text: "Más Información", href: "about" }
]}
buttonAnimation="slide-up"
@@ -271,4 +271,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}