Update src/app/page.tsx

This commit is contained in:
2026-03-11 16:15:00 +00:00
parent 9d1eb9f4eb
commit 9ef284fa92

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>
);
}
}