Merge version_1 into main #2
196
src/app/page.tsx
196
src/app/page.tsx
@@ -29,132 +29,77 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#inicio",
|
||||
},
|
||||
name: "Inicio", id: "#inicio"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#opiniones",
|
||||
},
|
||||
name: "Opiniones", id: "#opiniones"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
brandName="Villa Gourmet"
|
||||
button={{ text: "Reservar", href: "#contacto" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Villa Gourmet"
|
||||
description="Descubre la verdadera esencia de la cocina en Bogotá. Sabores auténticos, ingredientes frescos y un ambiente cálido que te hará sentir como en casa. Calificación: 4.4 estrellas (128 opiniones)."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg?_wi=1",
|
||||
imageAlt: "Plato gourmet 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg", imageAlt: "Plato gourmet 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg?_wi=1",
|
||||
imageAlt: "Plato gourmet 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", imageAlt: "Plato gourmet 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=1",
|
||||
imageAlt: "Plato gourmet 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", imageAlt: "Plato gourmet 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg?_wi=1",
|
||||
imageAlt: "Plato gourmet 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg", imageAlt: "Plato gourmet 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg?_wi=2",
|
||||
imageAlt: "Plato gourmet 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg", imageAlt: "Plato gourmet 5"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=2",
|
||||
imageAlt: "Plato gourmet 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", imageAlt: "Plato gourmet 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg?_wi=2",
|
||||
imageAlt: "Plato gourmet 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg", imageAlt: "Plato gourmet 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg?_wi=3",
|
||||
imageAlt: "Plato gourmet 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg", imageAlt: "Plato gourmet 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg?_wi=2",
|
||||
imageAlt: "Plato gourmet 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", imageAlt: "Plato gourmet 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=3",
|
||||
imageAlt: "Plato gourmet 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", imageAlt: "Plato gourmet 5"},
|
||||
]}
|
||||
tag="Calificación: 4.4 ⭐⭐⭐⭐"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir en línea",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Pedir en línea", href: "#contacto"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-dark-skinned-mixed-raced-female-with-curly-bushy-hairstyle-holds-eyewear-hands-wears-casual-t-shirt-has-lunch-coffee-break-cafe_273609-3176.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-dark-skinned-mixed-raced-female-with-curly-bushy-hairstyle-holds-eyewear-hands-wears-casual-t-shirt-has-lunch-coffee-break-cafe_273609-3176.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg", alt: "Cliente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Cliente 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg", alt: "Logo 1"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", alt: "Logo 2"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", alt: "Logo 3"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg", alt: "Logo 4"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-side-view_141793-4225.jpg", alt: "Logo 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,18 +109,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre ",
|
||||
},
|
||||
type: "text", content: "Sobre "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg",
|
||||
alt: "Villa Gourmet",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", alt: "Villa Gourmet"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Villa Gourmet",
|
||||
},
|
||||
type: "text", content: " Villa Gourmet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,26 +126,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Almuerzo Especial",
|
||||
price: "$15,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg?_wi=3",
|
||||
imageAlt: "Almuerzo",
|
||||
},
|
||||
id: "1", name: "Almuerzo Especial", price: "$15,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg", imageAlt: "Almuerzo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Plato del Día",
|
||||
price: "$12,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=4",
|
||||
imageAlt: "Plato del día",
|
||||
},
|
||||
id: "2", name: "Plato del Día", price: "$12,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", imageAlt: "Plato del día"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bebida Natural",
|
||||
price: "$3,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg?_wi=3",
|
||||
imageAlt: "Bebida",
|
||||
},
|
||||
id: "3", name: "Bebida Natural", price: "$3,000 COP", imageSrc: "http://img.b2bpic.net/free-psd/fruit-juice-landing-page-template_23-2148672763.jpg", imageAlt: "Bebida"},
|
||||
]}
|
||||
title="Menú Destacado"
|
||||
description="Una selección de nuestros mejores platos, preparados al momento con los ingredientes más frescos."
|
||||
@@ -222,25 +145,15 @@ export default function LandingPage() {
|
||||
author="Juan Camilo"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
alt: "Juan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Juan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-dark-skinned-mixed-raced-female-with-curly-bushy-hairstyle-holds-eyewear-hands-wears-casual-t-shirt-has-lunch-coffee-break-cafe_273609-3176.jpg",
|
||||
alt: "Maria",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-dark-skinned-mixed-raced-female-with-curly-bushy-hairstyle-holds-eyewear-hands-wears-casual-t-shirt-has-lunch-coffee-break-cafe_273609-3176.jpg", alt: "Maria"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg",
|
||||
alt: "Pedro",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cafe-having-lunch-talking-phone_1303-14744.jpg", alt: "Pedro"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg",
|
||||
alt: "Ana",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg", alt: "Ana"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
alt: "Luis",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Luis"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -251,16 +164,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visítanos"
|
||||
title="Encuéntranos en Bogotá"
|
||||
description="Cra. 51 #129-98, Bogotá. Estamos abiertos de lunes a domingo de 11:00 a.m. a 6:00 p.m."
|
||||
buttons={[
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Cómo llegar", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,33 +180,21 @@ export default function LandingPage() {
|
||||
logoText="Villa Gourmet"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Comer en lugar",
|
||||
href: "#",
|
||||
},
|
||||
label: "Comer en lugar", href: "#"},
|
||||
{
|
||||
label: "Para llevar",
|
||||
href: "#",
|
||||
},
|
||||
label: "Para llevar", href: "#"},
|
||||
{
|
||||
label: "Entrega",
|
||||
href: "#",
|
||||
},
|
||||
label: "Entrega", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Cra. 51 #129-98",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cra. 51 #129-98", href: "#"},
|
||||
{
|
||||
label: "Email: contacto@villagourmet.com",
|
||||
href: "#",
|
||||
},
|
||||
label: "Email: contacto@villagourmet.com", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user