Merge version_1 into main #1
296
src/app/page.tsx
296
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Reseñas", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="El Cruce"
|
||||
/>
|
||||
@@ -58,73 +43,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Sabores que unen tradición y excelencia"
|
||||
description="El Cruce Restaurante trae la mejor experiencia gastronómica regional al corazón de Reconquista. Un encuentro entre historia y vanguardia."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.4",
|
||||
label: "Calificación",
|
||||
},
|
||||
{
|
||||
value: "+2.000",
|
||||
label: "Reseñas",
|
||||
},
|
||||
{
|
||||
value: "Premium",
|
||||
label: "Gastronomía",
|
||||
},
|
||||
{ value: "4.4", label: "Calificación" },
|
||||
{ value: "+2.000", label: "Reseñas" },
|
||||
{ value: "Premium", label: "Gastronomía" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
alt: "Diner portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
|
||||
alt: "Diner portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg",
|
||||
alt: "Diner portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
|
||||
alt: "Diner portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
alt: "Diner portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", alt: "Diner portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", alt: "Diner portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", alt: "Diner portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", alt: "Diner portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "Diner portrait 5" },
|
||||
]}
|
||||
avatarText="Más de 5,000 clientes satisfechos nos eligen cada año."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cocina Regional",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Tradición",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Familiar",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Excelencia Gourmet",
|
||||
},
|
||||
{ type: "text", text: "Cocina Regional" },
|
||||
{ type: "text", text: "Ingredientes Frescos" },
|
||||
{ type: "text-icon", text: "Tradición", icon: Flame },
|
||||
{ type: "text", text: "Ambiente Familiar" },
|
||||
{ type: "text", text: "Excelencia Gourmet" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,9 +77,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Trayectoria"
|
||||
description={[
|
||||
"El Cruce Restaurante se convirtió en uno de los lugares gastronómicos más reconocidos de Reconquista gracias a su excelente atención, platos abundantes y sabores regionales únicos.",
|
||||
"Con años de trayectoria, ofrecemos una experiencia cálida y profesional ideal para familias, amigos y reuniones empresariales.",
|
||||
]}
|
||||
"El Cruce Restaurante se convirtió en uno de los lugares gastronómicos más reconocidos de Reconquista gracias a su excelente atención, platos abundantes y sabores regionales únicos.", "Con años de trayectoria, ofrecemos una experiencia cálida y profesional ideal para familias, amigos y reuniones empresariales."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,27 +88,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expansión Regional",
|
||||
description: "Llevando el sabor a nuevas sucursales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-chef-holding-food-plate_23-2148510818.jpg",
|
||||
titleImageSrc: "",
|
||||
buttonText: "Ver",
|
||||
},
|
||||
{
|
||||
title: "Innovación Gastronómica",
|
||||
description: "Propuestas culinarias de vanguardia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727957.jpg",
|
||||
titleImageSrc: "",
|
||||
buttonText: "Ver",
|
||||
},
|
||||
{
|
||||
title: "Sustentabilidad",
|
||||
description: "Comprometidos con el origen local.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720772.jpg",
|
||||
titleImageSrc: "",
|
||||
buttonText: "Ver",
|
||||
},
|
||||
{ title: "Expansión Regional", description: "Llevando el sabor a nuevas sucursales.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-chef-holding-food-plate_23-2148510818.jpg", titleImageSrc: "", buttonText: "Ver" },
|
||||
{ title: "Innovación Gastronómica", description: "Propuestas culinarias de vanguardia.", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727957.jpg", titleImageSrc: "", buttonText: "Ver" },
|
||||
{ title: "Sustentabilidad", description: "Comprometidos con el origen local.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720772.jpg", titleImageSrc: "", buttonText: "Ver" },
|
||||
]}
|
||||
title="Visión de Negocio"
|
||||
description="Innovando en la gastronomía regional y proyectando nuestra esencia a nuevos horizontes."
|
||||
@@ -176,46 +99,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Surubí al Gran Paraná",
|
||||
price: "$15.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-2328.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pollo a la Riojana",
|
||||
price: "$12.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22296.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rabas Doradas",
|
||||
price: "$9.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-sticks-with-beautiful-decor_140725-2196.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Milanesa de Surubí",
|
||||
price: "$14.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-schnitzel-plate-with-vegetables_1303-28646.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Flan Casero",
|
||||
price: "$4.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mexican-sweets-plate_23-2149517144.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patatas Bravas",
|
||||
price: "$5.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-concept-with-potatoes_23-2148619038.jpg",
|
||||
},
|
||||
{ id: "1", name: "Surubí al Gran Paraná", price: "$15.500", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-2328.jpg" },
|
||||
{ id: "2", name: "Pollo a la Riojana", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22296.jpg" },
|
||||
{ id: "3", name: "Rabas Doradas", price: "$9.500", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-sticks-with-beautiful-decor_140725-2196.jpg" },
|
||||
{ id: "4", name: "Milanesa de Surubí", price: "$14.000", imageSrc: "http://img.b2bpic.net/free-photo/roasted-schnitzel-plate-with-vegetables_1303-28646.jpg" },
|
||||
{ id: "5", name: "Flan Casero", price: "$4.500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mexican-sweets-plate_23-2149517144.jpg" },
|
||||
{ id: "6", name: "Patatas Bravas", price: "$5.000", imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-concept-with-potatoes_23-2148619038.jpg" },
|
||||
]}
|
||||
title="Menú Destacado"
|
||||
description="Nuestros platos más solicitados elaborados con ingredientes de alta calidad."
|
||||
@@ -228,41 +122,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Pérez",
|
||||
handle: "@juanp",
|
||||
testimonial: "Excelente lugar, muy buena atención y comida abundante.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana García",
|
||||
handle: "@anag",
|
||||
testimonial: "Las rabas son increíbles y el ambiente es espectacular.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-wine_23-2148454118.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Ruiz",
|
||||
handle: "@carlosr",
|
||||
testimonial: "Muy buenos precios y opciones para vegetarianos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lucía Fer",
|
||||
handle: "@luciaf",
|
||||
testimonial: "Un lugar ideal para disfrutar con la familia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcos Diaz",
|
||||
handle: "@mdiaz",
|
||||
testimonial: "Sin dudas el mejor restaurante de la zona.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg",
|
||||
},
|
||||
{ id: "1", name: "Juan Pérez", handle: "@juanp", testimonial: "Excelente lugar, muy buena atención y comida abundante.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg" },
|
||||
{ id: "2", name: "Ana García", handle: "@anag", testimonial: "Las rabas son increíbles y el ambiente es espectacular.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-wine_23-2148454118.jpg" },
|
||||
{ id: "3", name: "Carlos Ruiz", handle: "@carlosr", testimonial: "Muy buenos precios y opciones para vegetarianos.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg" },
|
||||
{ id: "4", name: "Lucía Fer", handle: "@luciaf", testimonial: "Un lugar ideal para disfrutar con la familia.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg" },
|
||||
{ id: "5", name: "Marcos Diaz", handle: "@mdiaz", testimonial: "Sin dudas el mejor restaurante de la zona.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg" },
|
||||
]}
|
||||
title="Opiniones de Clientes"
|
||||
description="Lo que dicen nuestros comensales sobre su experiencia en El Cruce."
|
||||
@@ -275,21 +139,9 @@ export default function LandingPage() {
|
||||
title="Nuestra Ubicación"
|
||||
tag="Calle 11 787, Reconquista, Santa Fe"
|
||||
metrics={[
|
||||
{
|
||||
id: "loc",
|
||||
value: "Principal",
|
||||
description: "Calle 11 787",
|
||||
},
|
||||
{
|
||||
id: "time",
|
||||
value: "23:30",
|
||||
description: "Cierre",
|
||||
},
|
||||
{
|
||||
id: "tel",
|
||||
value: "57-7245",
|
||||
description: "Teléfono",
|
||||
},
|
||||
{ id: "loc", value: "Principal", description: "Calle 11 787" },
|
||||
{ id: "time", value: "23:30", description: "Cierre" },
|
||||
{ id: "tel", value: "57-7245", description: "Teléfono" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -301,27 +153,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Terraza Premium",
|
||||
description: "Ambiente al aire libre.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/another-reality_1098-12943.jpg",
|
||||
titleImageSrc: "",
|
||||
buttonText: "Próximamente",
|
||||
},
|
||||
{
|
||||
title: "Santa Fe Capital",
|
||||
description: "Nueva sucursal gourmet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vision-mission-planning-aspirations-process-concept_53876-139704.jpg",
|
||||
titleImageSrc: "",
|
||||
buttonText: "Próximamente",
|
||||
},
|
||||
{
|
||||
title: "Eventos Privados",
|
||||
description: "Espacios para eventos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-chefs-working-together_23-2151232215.jpg",
|
||||
titleImageSrc: "",
|
||||
buttonText: "Próximamente",
|
||||
},
|
||||
{ title: "Terraza Premium", description: "Ambiente al aire libre.", imageSrc: "http://img.b2bpic.net/free-photo/another-reality_1098-12943.jpg", titleImageSrc: "", buttonText: "Próximamente" },
|
||||
{ title: "Santa Fe Capital", description: "Nueva sucursal gourmet.", imageSrc: "http://img.b2bpic.net/free-photo/vision-mission-planning-aspirations-process-concept_53876-139704.jpg", titleImageSrc: "", buttonText: "Próximamente" },
|
||||
{ title: "Eventos Privados", description: "Espacios para eventos.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-chefs-working-together_23-2151232215.jpg", titleImageSrc: "", buttonText: "Próximamente" },
|
||||
]}
|
||||
title="Proyectos Futuros"
|
||||
description="Expandiendo nuestra experiencia gourmet a nuevos horizontes."
|
||||
@@ -333,8 +167,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Galería de Experiencias"
|
||||
description={[
|
||||
"Descubre la esencia de El Cruce a través de nuestros ambientes y sabores.",
|
||||
]}
|
||||
"Descubre la esencia de El Cruce a través de nuestros ambientes y sabores."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -344,23 +177,10 @@ export default function LandingPage() {
|
||||
title="Reserva tu Mesa"
|
||||
description="Estamos listos para recibirte. Completa el formulario y nos contactaremos a la brevedad."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Nombre",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "nombre", type: "text", placeholder: "Nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Cantidad de personas y fecha...",
|
||||
}}
|
||||
textarea={{ name: "mensaje", placeholder: "Cantidad de personas y fecha..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -369,29 +189,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Contacto", items: [
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "Reservas", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user