Update src/app/page.tsx
This commit is contained in:
@@ -258,7 +258,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Reservaciones"
|
||||
title="Únete a Nuestra Mesa"
|
||||
description="Reserva tu experiencia en Rukito Grill & Drinks. Completa el formulario y nos pondremos en contacto para confirmar tu reservación."
|
||||
description="Reserva tu experiencia en Rukito Grill & Drinks. Completa el formulario y nos pondremos en contacto para confirmar tu reservación. Teléfono: +593 099 280 7988"
|
||||
tagIcon={CalendarCheck}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
@@ -284,7 +284,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{ label: "Teléfono: +593 4 2260-5000", href: "tel:+593422605000" },
|
||||
{ label: "Teléfono: +593 099 280 7988", href: "tel:+593099280798" },
|
||||
{ label: "Dirección: Av. Principal, Guayaquil", href: "#" },
|
||||
{ label: "Email: info@rukitogrill.ec", href: "mailto:info@rukitogrill.ec" },
|
||||
{ label: "Reservaciones", href: "#contact" }
|
||||
@@ -303,4 +303,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user