Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
415
src/app/page.tsx
415
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Rocky Restaurant & Bar"
|
||||
/>
|
||||
@@ -61,101 +51,55 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Rocky Restaurant & Bar"
|
||||
description="Donde cada plato es una celebración y cada bebida un descubrimiento. Experimenta una atmósfera única, inspirada en los 80, con la mejor gastronomía y coctelería de Ramos Mejía."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Evelyn Portaluppis",
|
||||
handle: "@evelyn_p",
|
||||
testimonial: "Me encantó el ambiente, el lugar y su decoración todo inspirado en los 80 y en las películas clásicas, pedimos tragos, una entrada de tequeños y dos hamburguesas, nos fuimos re llenas, lo recomiendo muchísimo y volvería otra vez!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
|
||||
imageAlt: "Evelyn Portaluppis",
|
||||
},
|
||||
name: "Evelyn Portaluppis", handle: "@evelyn_p", testimonial: "Me encantó el ambiente, el lugar y su decoración todo inspirado en los 80 y en las películas clásicas, pedimos tragos, una entrada de tequeños y dos hamburguesas, nos fuimos re llenas, lo recomiendo muchísimo y volvería otra vez!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Evelyn Portaluppis"},
|
||||
{
|
||||
name: "Katty",
|
||||
handle: "@katty_rocky",
|
||||
testimonial: "En muchos lados puedes tomar una cerveza, pero en pocos el personal descubre tus gustos y llegan a ser amigos. ¡Gracias Katty, solo en Rocky!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg",
|
||||
imageAlt: "Katty",
|
||||
},
|
||||
name: "Katty", handle: "@katty_rocky", testimonial: "En muchos lados puedes tomar una cerveza, pero en pocos el personal descubre tus gustos y llegan a ser amigos. ¡Gracias Katty, solo en Rocky!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg", imageAlt: "Katty"},
|
||||
{
|
||||
name: "Silthe Makeup",
|
||||
handle: "@silthe_m",
|
||||
testimonial: "El lugar es muy lindo y las chicas amables. Aprecian también la amplia selección de bebidas. El ambiente agradable y los precios razonables contribuyen aún más a una experiencia gastronómica positiva.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
|
||||
imageAlt: "Silthe Makeup",
|
||||
},
|
||||
name: "Silthe Makeup", handle: "@silthe_m", testimonial: "El lugar es muy lindo y las chicas amables. Aprecian también la amplia selección de bebidas. El ambiente agradable y los precios razonables contribuyen aún más a una experiencia gastronómica positiva.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", imageAlt: "Silthe Makeup"},
|
||||
{
|
||||
name: "Florencia Trentin",
|
||||
handle: "@flor_trentin",
|
||||
testimonial: "Pedimos hamburguesas, ensaladas y pizzas. ¡Todo delicioso y abundante! La cerveza tirada honey exquisita y la empanada de bondiola tremenda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg",
|
||||
imageAlt: "Florencia Trentin",
|
||||
},
|
||||
name: "Florencia Trentin", handle: "@flor_trentin", testimonial: "Pedimos hamburguesas, ensaladas y pizzas. ¡Todo delicioso y abundante! La cerveza tirada honey exquisita y la empanada de bondiola tremenda.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", imageAlt: "Florencia Trentin"},
|
||||
{
|
||||
name: "David García",
|
||||
handle: "@david_g",
|
||||
testimonial: "Las hamburguesas y las milanesas son un éxito rotundo. El ambiente es perfecto para disfrutar con amigos o en pareja. ¡Volveremos pronto!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-grocery-stores-coffee-shop-concept-silly-cute-barista-waiter-black-apron-looking-with-admiration-sympathy-smiling-upper-left-corner-lovely-banner-white-background_1258-58993.jpg",
|
||||
imageAlt: "David García",
|
||||
},
|
||||
name: "David García", handle: "@david_g", testimonial: "Las hamburguesas y las milanesas son un éxito rotundo. El ambiente es perfecto para disfrutar con amigos o en pareja. ¡Volveremos pronto!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-grocery-stores-coffee-shop-concept-silly-cute-barista-waiter-black-apron-looking-with-admiration-sympathy-smiling-upper-left-corner-lovely-banner-white-background_1258-58993.jpg", imageAlt: "David García"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-dessert-glass-white-wine_140725-4306.jpg"
|
||||
imageAlt="Interior de Rocky Restaurant & Bar de lujo"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
|
||||
alt: "Cliente Satisfecho 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Cliente Satisfecho 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-pink_179666-1670.jpg",
|
||||
alt: "Cliente Satisfecho 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-pink_179666-1670.jpg", alt: "Cliente Satisfecho 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg",
|
||||
alt: "Cliente Satisfecho 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg", alt: "Cliente Satisfecho 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-confident-standing-park_839833-27191.jpg",
|
||||
alt: "Cliente Satisfecho 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-confident-standing-park_839833-27191.jpg", alt: "Cliente Satisfecho 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-sexy-brunette-woman-casual-black-dress-with-red-lips-white-background_158538-9189.jpg",
|
||||
alt: "Cliente Satisfecho 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-sexy-brunette-woman-casual-black-dress-with-red-lips-white-background_158538-9189.jpg", alt: "Cliente Satisfecho 5"},
|
||||
]}
|
||||
avatarText="+100 clientes felices"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Gastronomía Excepcional",
|
||||
type: "text", text: "Gastronomía Excepcional"},
|
||||
{
|
||||
type: "text-icon", text: "Cócteles de Autor", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cócteles de Autor",
|
||||
icon: Star,
|
||||
type: "text", text: "Ambiente Único 80s"},
|
||||
{
|
||||
type: "text-icon", text: "Atención Amigable", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Único 80s",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Atención Amigable",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eventos Inolvidables",
|
||||
},
|
||||
type: "text", text: "Eventos Inolvidables"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,17 +111,11 @@ export default function LandingPage() {
|
||||
description="En Rocky Restaurant & Bar, nos enorgullecemos de ofrecer más que solo comida y bebida; creamos una atmósfera vibrante y acogedora inspirada en la nostalgia de los años 80 y el encanto de las películas clásicas. Nuestro espacio es un refugio para aquellos que buscan disfrutar de gastronomía de calidad, cócteles innovadores y un servicio excepcional en Ramos Mejía. Somos un punto de encuentro para la comunidad, amigable con LGBTQ+ y siempre dispuestos a convertir a nuestros clientes en amigos."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.4",
|
||||
title: "Estrellas promedio",
|
||||
},
|
||||
value: "4.4", title: "Estrellas promedio"},
|
||||
{
|
||||
value: "6,700+",
|
||||
title: "Opiniones positivas",
|
||||
},
|
||||
value: "6,700+", title: "Opiniones positivas"},
|
||||
{
|
||||
value: "1 AM",
|
||||
title: "Abierto hasta",
|
||||
},
|
||||
value: "1 AM", title: "Abierto hasta"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-old-people-taking-selfie_23-2149356860.jpg"
|
||||
imageAlt="Decoración inspirada en los años 80 de Rocky Restaurant & Bar"
|
||||
@@ -193,29 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "hamburguesa-completa",
|
||||
title: "Hamburguesas Premium",
|
||||
description: "Conocidas por ser deliciosas y abundantes, nuestras hamburguesas son preparadas con ingredientes frescos y un toque de magia casera.",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-wooden-board-fries_23-2149897334.jpg",
|
||||
imageAlt: "Hamburguesa gourmet",
|
||||
},
|
||||
id: "hamburguesa-completa", title: "Hamburguesas Premium", description: "Conocidas por ser deliciosas y abundantes, nuestras hamburguesas son preparadas con ingredientes frescos y un toque de magia casera.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-wooden-board-fries_23-2149897334.jpg", imageAlt: "Hamburguesa gourmet"},
|
||||
{
|
||||
id: "cocteleria-artesanal",
|
||||
title: "Coctelería Innovadora",
|
||||
description: "Desde Mojitos refrescantes hasta Gin Tonics con frutos rojos y nuestra Limonada con Menta y Jengibre, cada trago es una obra de arte.",
|
||||
tag: "Exclusivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-lemonade-wooden-table_114579-56172.jpg",
|
||||
imageAlt: "Coctel artesanal",
|
||||
},
|
||||
id: "cocteleria-artesanal", title: "Coctelería Innovadora", description: "Desde Mojitos refrescantes hasta Gin Tonics con frutos rojos y nuestra Limonada con Menta y Jengibre, cada trago es una obra de arte.", tag: "Exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-lemonade-wooden-table_114579-56172.jpg", imageAlt: "Coctel artesanal"},
|
||||
{
|
||||
id: "pizza-donatello",
|
||||
title: "Pizzas Variadas",
|
||||
description: "Más allá de las clásicas, prueba nuestra Pizza Donatello y otras opciones creativas, perfectas para compartir o disfrutar en solitario.",
|
||||
tag: "Novedad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-mini-pizzas_114579-35123.jpg",
|
||||
imageAlt: "Pizza estilo artesanal",
|
||||
},
|
||||
id: "pizza-donatello", title: "Pizzas Variadas", description: "Más allá de las clásicas, prueba nuestra Pizza Donatello y otras opciones creativas, perfectas para compartir o disfrutar en solitario.", tag: "Novedad", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-mini-pizzas_114579-35123.jpg", imageAlt: "Pizza estilo artesanal"},
|
||||
]}
|
||||
title="Nuestras Especialidades"
|
||||
description="Descubre los pilares de nuestra cocina y bar, cuidadosamente seleccionados para deleitar tu paladar y ofrecerte momentos inolvidables. Desde hamburguesas que te harán suspirar hasta cócteles que bailan en tu boca."
|
||||
@@ -230,65 +150,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "burger-bbking",
|
||||
brand: "Rocky Clásicos",
|
||||
name: "Hamburguesa BB King",
|
||||
price: "$22,000",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg",
|
||||
imageAlt: "Hamburguesa BB King",
|
||||
},
|
||||
id: "burger-bbking", brand: "Rocky Clásicos", name: "Hamburguesa BB King", price: "$22,000", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg", imageAlt: "Hamburguesa BB King"},
|
||||
{
|
||||
id: "milanesa-napolitana",
|
||||
brand: "Sabores Argentinos",
|
||||
name: "Milanesa Napolitana",
|
||||
price: "$28,000",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-nugget-breast-with-french-fries-served-with-begetable-salad-turshu-varieties_114579-68.jpg",
|
||||
imageAlt: "Milanesa Napolitana",
|
||||
},
|
||||
id: "milanesa-napolitana", brand: "Sabores Argentinos", name: "Milanesa Napolitana", price: "$28,000", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-nugget-breast-with-french-fries-served-with-begetable-salad-turshu-varieties_114579-68.jpg", imageAlt: "Milanesa Napolitana"},
|
||||
{
|
||||
id: "papas-cheddar",
|
||||
brand: "Entradas",
|
||||
name: "Papas Fritas Con Cheddar",
|
||||
price: "$12,000",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-village-fries-small-bowl-sauce-wooden-table_181624-4273.jpg",
|
||||
imageAlt: "Papas Fritas con Cheddar",
|
||||
},
|
||||
id: "papas-cheddar", brand: "Entradas", name: "Papas Fritas Con Cheddar", price: "$12,000", rating: 5,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/bowl-village-fries-small-bowl-sauce-wooden-table_181624-4273.jpg", imageAlt: "Papas Fritas con Cheddar"},
|
||||
{
|
||||
id: "gin-tonic-red",
|
||||
brand: "Coctelería",
|
||||
name: "Gin Tonic Con Frutos Rojos",
|
||||
price: "$15,000",
|
||||
rating: 5,
|
||||
reviewCount: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-pomegranate-juice-with-fresh-seeds-marble-table_114579-52718.jpg",
|
||||
imageAlt: "Gin Tonic con Frutos Rojos",
|
||||
},
|
||||
id: "gin-tonic-red", brand: "Coctelería", name: "Gin Tonic Con Frutos Rojos", price: "$15,000", rating: 5,
|
||||
reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/glass-pomegranate-juice-with-fresh-seeds-marble-table_114579-52718.jpg", imageAlt: "Gin Tonic con Frutos Rojos"},
|
||||
{
|
||||
id: "hazy-pale-ale",
|
||||
brand: "Cervezas",
|
||||
name: "Hazy Pale Ale",
|
||||
price: "$9,500",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-marble-table-with-pine-branch-high-quality-photo_114579-67382.jpg",
|
||||
imageAlt: "Cerveza Hazy Pale Ale",
|
||||
},
|
||||
id: "hazy-pale-ale", brand: "Cervezas", name: "Hazy Pale Ale", price: "$9,500", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-marble-table-with-pine-branch-high-quality-photo_114579-67382.jpg", imageAlt: "Cerveza Hazy Pale Ale"},
|
||||
{
|
||||
id: "sandwich-premium",
|
||||
brand: "Especialidades",
|
||||
name: "Sándwich Premium",
|
||||
price: "$19,000",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-sandwich-with-copy-space_23-2148433238.jpg",
|
||||
imageAlt: "Sándwich premium",
|
||||
},
|
||||
id: "sandwich-premium", brand: "Especialidades", name: "Sándwich Premium", price: "$19,000", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/homemade-sandwich-with-copy-space_23-2148433238.jpg", imageAlt: "Sándwich premium"},
|
||||
]}
|
||||
title="Menú Destacado"
|
||||
description="Explora nuestra selección de platos y bebidas más aclamados por nuestros clientes. Calidad, sabor y presentación en cada elección."
|
||||
@@ -302,58 +180,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "cena-romantica",
|
||||
tag: "Especial",
|
||||
tagIcon: Heart,
|
||||
price: "$50,000",
|
||||
period: "por pareja",
|
||||
description: "Una noche inolvidable con un menú degustación exclusivo y cócteles personalizados.",
|
||||
button: {
|
||||
text: "Reservar Ahora",
|
||||
},
|
||||
featuresTitle: "Incluye:",
|
||||
features: [
|
||||
"Menú de 3 pasos",
|
||||
"Maridaje de bebidas",
|
||||
"Mesa privada",
|
||||
"Atención personalizada",
|
||||
],
|
||||
id: "cena-romantica", tag: "Especial", tagIcon: Heart,
|
||||
price: "$50,000", period: "por pareja", description: "Una noche inolvidable con un menú degustación exclusivo y cócteles personalizados.", button: {
|
||||
text: "Reservar Ahora"},
|
||||
featuresTitle: "Incluye:", features: [
|
||||
"Menú de 3 pasos", "Maridaje de bebidas", "Mesa privada", "Atención personalizada"],
|
||||
},
|
||||
{
|
||||
id: "mesa-amigos",
|
||||
tag: "Grupo",
|
||||
tagIcon: Users,
|
||||
price: "$30,000",
|
||||
period: "por persona",
|
||||
description: "El paquete ideal para disfrutar con amigos: tablas, cervezas artesanales y cócteles para todos.",
|
||||
button: {
|
||||
text: "Ver Detalles",
|
||||
},
|
||||
featuresTitle: "Incluye:",
|
||||
features: [
|
||||
"Selección de tapas",
|
||||
"3 cervezas artesanales",
|
||||
"2 cócteles clásicos",
|
||||
"Postre a elección",
|
||||
],
|
||||
id: "mesa-amigos", tag: "Grupo", tagIcon: Users,
|
||||
price: "$30,000", period: "por persona", description: "El paquete ideal para disfrutar con amigos: tablas, cervezas artesanales y cócteles para todos.", button: {
|
||||
text: "Ver Detalles"},
|
||||
featuresTitle: "Incluye:", features: [
|
||||
"Selección de tapas", "3 cervezas artesanales", "2 cócteles clásicos", "Postre a elección"],
|
||||
},
|
||||
{
|
||||
id: "evento-corporativo",
|
||||
tag: "Corporativo",
|
||||
tagIcon: Briefcase,
|
||||
price: "A Consultar",
|
||||
period: "personalizado",
|
||||
description: "Organiza tu evento de empresa con nosotros y sorprende a tus invitados con una experiencia única.",
|
||||
button: {
|
||||
text: "Solicitar Presupuesto",
|
||||
},
|
||||
featuresTitle: "Servicios:",
|
||||
features: [
|
||||
"Menú a medida",
|
||||
"Espacio exclusivo",
|
||||
"Proyección audiovisual",
|
||||
"Música en vivo opcional",
|
||||
],
|
||||
id: "evento-corporativo", tag: "Corporativo", tagIcon: Briefcase,
|
||||
price: "A Consultar", period: "personalizado", description: "Organiza tu evento de empresa con nosotros y sorprende a tus invitados con una experiencia única.", button: {
|
||||
text: "Solicitar Presupuesto"},
|
||||
featuresTitle: "Servicios:", features: [
|
||||
"Menú a medida", "Espacio exclusivo", "Proyección audiovisual", "Música en vivo opcional"],
|
||||
},
|
||||
]}
|
||||
title="Experiencias Rocky"
|
||||
@@ -369,59 +214,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Evelyn Portaluppis",
|
||||
role: "Cliente",
|
||||
company: "Frecuente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
|
||||
imageAlt: "Evelyn Portaluppis",
|
||||
},
|
||||
id: "t-1", name: "Evelyn Portaluppis", role: "Cliente", company: "Frecuente", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", imageAlt: "Evelyn Portaluppis"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Katty",
|
||||
role: "Cliente",
|
||||
company: "Agradecida",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-blond-girl-dreamily-posing-camera-isolated-yellow-background_574295-2993.jpg",
|
||||
imageAlt: "Katty",
|
||||
},
|
||||
id: "t-2", name: "Katty", role: "Cliente", company: "Agradecida", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-blond-girl-dreamily-posing-camera-isolated-yellow-background_574295-2993.jpg", imageAlt: "Katty"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Silthe Makeup",
|
||||
role: "Local Guide",
|
||||
company: "Experta en ocio",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg",
|
||||
imageAlt: "Silthe Makeup",
|
||||
},
|
||||
id: "t-3", name: "Silthe Makeup", role: "Local Guide", company: "Experta en ocio", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg", imageAlt: "Silthe Makeup"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Florencia Trentin",
|
||||
role: "Local Guide",
|
||||
company: "Exploradora culinaria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg",
|
||||
imageAlt: "Florencia Trentin",
|
||||
},
|
||||
id: "t-4", name: "Florencia Trentin", role: "Local Guide", company: "Exploradora culinaria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg", imageAlt: "Florencia Trentin"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Alejandro Pérez",
|
||||
role: "Visitante",
|
||||
company: "Entusiasta gastronómico",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-red-background_641386-1053.jpg",
|
||||
imageAlt: "Alejandro Pérez",
|
||||
},
|
||||
id: "t-5", name: "Alejandro Pérez", role: "Visitante", company: "Entusiasta gastronómico", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-red-background_641386-1053.jpg", imageAlt: "Alejandro Pérez"},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "Sofia R. ",
|
||||
role: "Cliente",
|
||||
company: "Satisfecha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13308.jpg",
|
||||
imageAlt: "Sofia R.",
|
||||
},
|
||||
id: "t-6", name: "Sofia R. ", role: "Cliente", company: "Satisfecha", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13308.jpg", imageAlt: "Sofia R."},
|
||||
]}
|
||||
title="Lo que Dicen Nuestros Clientes"
|
||||
description="Nuestras 6,768+ opiniones no mienten: la experiencia en Rocky Restaurant & Bar es simplemente inolvidable. Lee los comentarios de quienes ya han disfrutado de nuestra gastronomía y ambiente."
|
||||
@@ -434,25 +243,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Es necesario hacer reserva?",
|
||||
content: "Recomendamos encarecidamente hacer una reserva, especialmente los fines de semana y para grupos grandes, para asegurar tu lugar en Rocky Restaurant & Bar.",
|
||||
},
|
||||
id: "faq-1", title: "¿Es necesario hacer reserva?", content: "Recomendamos encarecidamente hacer una reserva, especialmente los fines de semana y para grupos grandes, para asegurar tu lugar en Rocky Restaurant & Bar."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Cuál es su horario de atención?",
|
||||
content: "Estamos abiertos desde la tarde hasta la 1 AM. Consulta la sección de 'Acerca de' o nuestra página de contacto para horarios detallados y días específicos.",
|
||||
},
|
||||
id: "faq-2", title: "¿Cuál es su horario de atención?", content: "Estamos abiertos desde la tarde hasta la 1 AM. Consulta la sección de 'Acerca de' o nuestra página de contacto para horarios detallados y días específicos."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Ofrecen opciones vegetarianas o sin gluten?",
|
||||
content: "Sí, tenemos opciones vegetarianas y podemos adaptar algunos platos para dietas sin gluten. Por favor, informa a nuestro personal sobre tus requerimientos.",
|
||||
},
|
||||
id: "faq-3", title: "¿Ofrecen opciones vegetarianas o sin gluten?", content: "Sí, tenemos opciones vegetarianas y podemos adaptar algunos platos para dietas sin gluten. Por favor, informa a nuestro personal sobre tus requerimientos."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Es Rocky Restaurant & Bar amigable con LGBTQ+?",
|
||||
content: "¡Absolutamente! Nos enorgullece ser un espacio inclusivo y amigable para la comunidad LGBTQ+. Todos son bienvenidos en Rocky Restaurant & Bar.",
|
||||
},
|
||||
id: "faq-4", title: "¿Es Rocky Restaurant & Bar amigable con LGBTQ+?", content: "¡Absolutamente! Nos enorgullece ser un espacio inclusivo y amigable para la comunidad LGBTQ+. Todos son bienvenidos en Rocky Restaurant & Bar."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-excited-brunette-young-woman-black-skirt-straw-hat-standing-with-legs-crossed-peace-sign_197531-4599.jpg"
|
||||
imageAlt="Exterior de Rocky Restaurant & Bar de noche"
|
||||
@@ -468,8 +265,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contáctanos"
|
||||
title="Haz tu Reserva o Consulta"
|
||||
description="Estamos listos para hacer tu visita a Rocky Restaurant & Bar inolvidable. Envíanos un mensaje para reservas, eventos especiales o cualquier consulta."
|
||||
@@ -485,69 +281,42 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg"
|
||||
imageAlt="Bartender preparando un cóctel de lujo"
|
||||
videoSrc="https://framerusercontent.com/assets/2LpL2n6q4r88c4266vP1s8BwSg.mp4"
|
||||
videoAriaLabel="Video del ambiente del bar Rocky"
|
||||
logoText="Rocky Restaurant & Bar"
|
||||
columns={[
|
||||
{
|
||||
title: "Explorar",
|
||||
items: [
|
||||
title: "Explorar", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
{
|
||||
label: "Opiniones",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Opiniones", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
{
|
||||
label: "Eventos Especiales",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Eventos Especiales", href: "#pricing"},
|
||||
{
|
||||
label: "Ubicación",
|
||||
href: "https://www.google.com/maps/search/Av.+de+Mayo+323,+B1704+Ramos+Mej%C3%ADa,+Provincia+de+Buenos_Aires",
|
||||
},
|
||||
label: "Ubicación", href: "https://www.google.com/maps/search/Av.+de+Mayo+323,+B1704+Ramos+Mej%C3%ADa,+Provincia+de+Buenos_Aires"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Redes Sociales",
|
||||
items: [
|
||||
title: "Redes Sociales", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5491126003033",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/5491126003033"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user