Update src/app/page.tsx

This commit is contained in:
2026-05-05 17:00:17 +00:00
parent e592131a51
commit d9a8ec5f47

View File

@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Clock, Star, Users } from "lucide-react";
import { Clock, Star, Users, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{ variant: "gradient-bars" }}
title="Sabores de Lima en cada mesa"
description="Bienvenido a Mellizos, donde la tradición peruana se encuentra con un ambiente moderno y relajado. Disfruta con tu familia y amigos de la mejor cocina de la capital."
description="Bienvenido a Mellizos, donde la tradición peruana se encuentra con un ambiente moderno y relajado. Disfruta con tu familia y amigos de la mejor cocina de la capital. Abierto de lunes a domingo, cerramos a las 3 pm."
buttons={[
{ text: "Ver Menú", href: "#" },
{ text: "Reservar", href: "#contact" },
@@ -66,7 +66,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
title="Un lugar pensado para todos"
description="En Mellizos, nos enorgullece ofrecer un espacio accesible, acogedor y a la moda. Ideal para almuerzos en solitario, cenas familiares o grupos grandes que buscan disfrutar de la auténtica sazón de Lima."
description="En Mellizos, nos enorgullece ofrecer un espacio accesible, acogedor y a la moda. Ideal para almuerzos en solitario, cenas familiares o grupos grandes que buscan disfrutar de la auténtica sazón de Lima. Estamos ubicados en Av. Perú 370, San Juan de Lurigancho 15404."
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663845.jpg"
imageAlt="Nuestro local y equipo"
/>
@@ -83,7 +83,7 @@ export default function LandingPage() {
{ id: "s3", title: "Pagos Flexibles", descriptions: ["Tarjetas de débito", "Pagos móviles NFC", "Servicio a la mesa"], imageSrc: "http://img.b2bpic.net/free-photo/assortment-tamales-ingredients-green-table_23-2148942269.jpg?_wi=2" },
]}
title="Todo lo que necesitas"
description="Flexibilidad y comodidad al servicio de tu apetito."
description="Flexibilidad y comodidad al servicio de tu apetito. Contáctanos al 922425025."
/>
</div>
@@ -95,8 +95,8 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "100%", title: "Satisfacción", description: "Clientes felices", icon: Star },
{ id: "m2", value: "24/7", title: "Atención", description: "Disponibilidad", icon: Clock },
{ id: "m3", value: "Todo", title: "Público", description: "Ideal para niños", icon: Users },
{ id: "m2", value: "3PM", title: "Cierre", description: "Atención hasta las 3 pm", icon: Clock },
{ id: "m3", value: "Local", title: "Ubicación", description: "Av. Perú 370", icon: MapPin },
]}
title="Nuestra Experiencia"
description="Comprometidos con la excelencia en cada servicio."
@@ -112,8 +112,6 @@ export default function LandingPage() {
{ id: "1", name: "Ana R.", handle: "@anar", testimonial: "La mejor experiencia culinaria en Lima, muy acogedor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg" },
{ id: "2", name: "Carlos M.", handle: "@cmart", testimonial: "Excelente servicio, la entrega fue muy rápida.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-chatting-business-dinner_1262-1672.jpg" },
{ id: "3", name: "Familia Flores", handle: "@florestrip", testimonial: "Muy amables con los niños, comida espectacular.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/best-friends-having-good-time_23-2148395358.jpg" },
{ id: "4", name: "Elena P.", handle: "@elenap", testimonial: "Ambiente increíble y muy relajado para cenar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117541.jpg" },
{ id: "5", name: "Jorge L.", handle: "@jorl", testimonial: "Rápido, rico y con excelente atención al cliente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19609.jpg" },
]}
showRating={true}
title="Lo que dicen nuestros clientes"
@@ -126,9 +124,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "¿Cuentan con servicio a domicilio?", content: "Sí, realizamos entregas a domicilio y también pedidos para llevar." },
{ id: "q2", title: "¿El lugar es apto para niños?", content: "Absolutamente, Mellizos es un espacio pensado para disfrutar en familia." },
{ id: "q3", title: "¿Aceptan pagos con celular?", content: "Sí, aceptamos pagos móviles mediante NFC y tarjetas de débito." },
{ id: "q1", title: "¿Cuál es el horario de atención?", content: "Estamos abiertos diariamente, pero cerramos nuestras puertas a las 3 pm." },
{ id: "q2", title: "¿Dónde están ubicados?", content: "Av. Perú 370, San Juan de Lurigancho 15404. ¡Te esperamos!" },
{ id: "q3", title: "¿Cómo puedo contactarlos?", content: "Puedes llamarnos directamente al 922425025." },
]}
imageSrc="http://img.b2bpic.net/free-photo/calling-by-lunch_1098-12843.jpg"
mediaAnimation="slide-up"
@@ -144,7 +142,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
tag="Contacto"
title="Haz tu reserva ahora"
description="No te quedes sin mesa, contáctanos para organizar tu próxima comida."
description="Llámanos al 922425025 o visítanos en Av. Perú 370, San Juan de Lurigancho 15404."
/>
</div>
@@ -152,8 +150,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Mellizos"
columns={[
{ title: "Menú", items: [{ label: "Desayuno", href: "#" }, { label: "Almuerzo", href: "#" }, { label: "Cena", href: "#" }] },
{ title: "Servicio", items: [{ label: "Delivery", href: "#" }, { label: "Reservas", href: "#contact" }] },
{ title: "Información", items: [{ label: "Llámanos: 922425025", href: "tel:922425025" }, { label: "Ubicación: Av. Perú 370", href: "#" }] },
{ title: "Horario", items: [{ label: "Cierra 3 pm", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }] },
]}
/>