Update src/app/page.tsx
This commit is contained in:
287
src/app/page.tsx
287
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Ceviche Xpress"
|
||||
/>
|
||||
@@ -49,109 +43,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="El auténtico sazón manaba en Daule 🤤"
|
||||
description="Ven a disfrutar del sabor original que nos diferencia. Ceviche Xpress Ec: Calidad, frescura y tradición en Xanadú Plaza."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/king-prawn-pad-thai-noodle_1258-64.jpg?_wi=1",
|
||||
imageAlt: "Ceviche tradicional",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=1",
|
||||
imageAlt: "Ceviche Jipijapa",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=1",
|
||||
imageAlt: "Colonche",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-fish-chips-food_23-2148732328.jpg?_wi=1",
|
||||
imageAlt: "Corviche",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/king-prawn-pad-thai-noodle_1258-64.jpg?_wi=2",
|
||||
imageAlt: "Sazón auténtica",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=1", imageAlt: "Ceviche Jipijapa" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=1", imageAlt: "Colonche" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-fish-chips-food_23-2148732328.jpg?_wi=1", imageAlt: "Corviche" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=2",
|
||||
imageAlt: "Ceviche Jipijapa",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=2",
|
||||
imageAlt: "Colonche",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-fish-chips-food_23-2148732328.jpg?_wi=2",
|
||||
imageAlt: "Corviche",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/king-prawn-pad-thai-noodle_1258-64.jpg?_wi=3",
|
||||
imageAlt: "Plato manaba",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=3",
|
||||
imageAlt: "Sabor riquísimo",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=2", imageAlt: "Ceviche Jipijapa" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=2", imageAlt: "Colonche" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-fish-chips-food_23-2148732328.jpg?_wi=2", imageAlt: "Corviche" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:0995433203",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
{ text: "Ver Menú", href: "#menu" },
|
||||
{ text: "Llamar Ahora", href: "tel:0995433203" },
|
||||
]}
|
||||
avatarText="Más de 500 clientes satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Manaba",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Frescura Garantizada",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Calidad Premium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradición Ancestral",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabor Inigualable",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,49 +72,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ceviche Jipijapa",
|
||||
price: "$$$",
|
||||
variant: "Una delicia inolvidable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=4",
|
||||
},
|
||||
id: "p1", name: "Ceviche Jipijapa", price: "$$$", variant: "Delicia tradicional manaba", imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=4"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Colonche",
|
||||
price: "$$$",
|
||||
variant: "Sabor riquísimo, puro mar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Colonche", price: "$$$", variant: "Sabor auténtico del mar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Corviche",
|
||||
price: "$$",
|
||||
variant: "Se agotaron, ¡estaban exquisitos!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-fish-chips-food_23-2148732328.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ceviche Mixto",
|
||||
price: "$$$",
|
||||
variant: "Frescura marina total",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/king-prawn-pad-thai-noodle_1258-64.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Arroz Marinero",
|
||||
price: "$$$",
|
||||
variant: "Típico sabor manaba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-vegetable-salad-glass-cup-wooden-floor_1150-20743.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Encebollado",
|
||||
price: "$$",
|
||||
variant: "Levanta muertos 100% real",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Corviche", price: "$$", variant: "Crujiente y exquisito", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-fish-chips-food_23-2148732328.jpg?_wi=3"}
|
||||
]}
|
||||
title="Nuestros Platos Estrellas"
|
||||
title="Platos Destacados"
|
||||
description="Sabores únicos traídos desde la costa hasta Daule."
|
||||
/>
|
||||
</div>
|
||||
@@ -215,46 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Experiencia auténtica",
|
||||
quote: "Muchos dicen tener sazón manaba, pero no es así. En Ceviche Xpress encontramos ese toque.",
|
||||
name: "Cliente Fiel",
|
||||
role: "Daule Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Calidad insuperable",
|
||||
quote: "El mejor ceviche que he probado en Xanadú Plaza. Súper fresco y buena atención.",
|
||||
name: "María G.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Sabor auténtico",
|
||||
quote: "La sazón es increíble, te transporta a la costa. ¡Totalmente recomendado!",
|
||||
name: "Carlos R.",
|
||||
role: "Visitante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "El servicio es genial",
|
||||
quote: "Llegamos tarde y nos atendieron súper bien. La seguridad en el lugar da mucha paz.",
|
||||
name: "Familia M.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Un manjar",
|
||||
quote: "Volveré siempre por ese sabor manaba auténtico. Sigan así equipo.",
|
||||
name: "Pedro V.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl-indoors_23-2150533918.jpg?_wi=5",
|
||||
},
|
||||
{ id: "t1", title: "Experiencia auténtica", quote: "Sabor manaba real en Daule.", name: "Cliente Fiel", role: "Local" },
|
||||
{ id: "t2", title: "Calidad insuperable", quote: "El mejor ceviche, súper fresco.", name: "María G.", role: "Cliente" },
|
||||
{ id: "t3", title: "Manjar", quote: "Volveré siempre por ese sabor.", name: "Pedro V.", role: "Cliente" }
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes 😎"
|
||||
description="La honestidad y calidad son nuestra mejor receta."
|
||||
@@ -268,29 +104,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Pasión Manaba"
|
||||
description="Trabajamos cada día para llevar los sabores auténticos a tu mesa con la mayor dedicación."
|
||||
description="Compromiso con la frescura y la tradición familiar."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Frescura",
|
||||
description: "Ingredientes del día",
|
||||
icon: Fish,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Años",
|
||||
description: "Tradición familiar",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5k+",
|
||||
title: "Platos",
|
||||
description: "Servidos con orgullo",
|
||||
icon: Utensils,
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Frescura", description: "Ingredientes del día", icon: Fish },
|
||||
{ id: "m2", value: "15+", title: "Años", description: "Tradición familiar", icon: Award },
|
||||
{ id: "m3", value: "5k+", title: "Platos", description: "Servidos con orgullo", icon: Utensils },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -299,23 +117,12 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Visítanos en Xanadú"
|
||||
description="Estamos listos para atenderte con la mejor sazón manaba. ¡Haz tu reserva o escríbenos!"
|
||||
description="Abiertos de martes a domingo de 9 a.m. a 4 p.m. (Cerrado los lunes)."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu Nombre",
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Tu Teléfono",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Tu Nombre" },
|
||||
{ name: "phone", type: "tel", placeholder: "Tu Teléfono" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Haz tu pedido o consulta...",
|
||||
}}
|
||||
textarea={{ name: "mensaje", placeholder: "Tu mensaje..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263572.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -323,47 +130,25 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Ubicación", items: [{ label: "Xanadú Plaza Local #9, Daule", href: "#contact" }] },
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
{
|
||||
label: "Xanadú Plaza Local #9, Daule, 091095",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Horario", items: [
|
||||
{ label: "Mar-Dom: 9:00 AM – 4:00 PM", href: "#" },
|
||||
{ label: "Lunes: Cerrado", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horario Especial",
|
||||
items: [
|
||||
{
|
||||
label: "Martes: 9:00 AM – 4:00 PM",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Otros días: Cerrado",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
{
|
||||
label: "Llamar: 0995433203",
|
||||
href: "tel:0995433203",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/593995433203",
|
||||
},
|
||||
title: "Contacto", items: [
|
||||
{ label: "Tel: 0995433203", href: "tel:0995433203" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/593995433203" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Ceviche Xpress Ec"
|
||||
copyrightText="© 2025 Ceviche Xpress Ec | Todos los derechos reservados"
|
||||
copyrightText="© 2025 Ceviche Xpress Ec"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user