Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a77841e245 | |||
| 79343a4c04 | |||
| a92e53d89a | |||
| c6c23f0dbd |
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Menu", id: "#menu" },
|
{ name: "Menú", id: "#menu" },
|
||||||
{ name: "Experience", id: "#experience" },
|
{ name: "Experiencia", id: "#experience" },
|
||||||
{ name: "Reviews", id: "#testimonials" },
|
{ name: "Opiniones", id: "#testimonials" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contacto", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Gran Nemrut"
|
brandName="Gran Nemrut"
|
||||||
/>
|
/>
|
||||||
@@ -44,11 +44,11 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Fire-grilled perfection. Honest food. Elevated comfort."
|
title="Perfección a la parrilla. Comida honesta. Confort elevado."
|
||||||
description="A neighborhood grill where premium meats, fresh ingredients, and fast, friendly service come together without compromise."
|
description="Un grill de barrio donde carnes de primera, ingredientes frescos y un servicio rápido y amable se unen sin compromiso."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve a Table", href: "#contact" },
|
{ text: "Reservar Mesa", href: "#contact" },
|
||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "Ver Menú", href: "#menu" },
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg", imageAlt: "Grilled perfection" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg", imageAlt: "Grilled perfection" },
|
||||||
@@ -65,18 +65,18 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={["4.8 Average Rating", "Steaks & Burgers", "Menu del día", "Fast Service", "Family Friendly", "Top Value", "Outdoor Seating"]}
|
names={["4.8 Valoración Media", "Carnes y Hamburguesas", "Menú del día", "Servicio Rápido", "Ideal para Familias", "Excelente Relación Calidad-Precio", "Terraza"]}
|
||||||
title="Trusted by our Community"
|
title="Con la confianza de nuestra comunidad"
|
||||||
description="Consistently recognized for quality, value, and exceptional service."
|
description="Reconocidos constantemente por nuestra calidad, valor y servicio excepcional."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="A grill house built on simplicity done right"
|
title="Una parrilla construida sobre la simplicidad bien hecha"
|
||||||
description={[
|
description={[
|
||||||
"At Bar-Rte. Gran Nemrut, we believe great food doesn’t need complications—just quality ingredients, precise cooking, and genuine hospitality.", "Our kitchen is known for perfectly cooked, juicy cuts of meat, generous portions, and a menu that blends grill classics with comfort food."]}
|
"En Bar-Rte. Gran Nemrut, creemos que la buena comida no necesita complicaciones, solo ingredientes de calidad, cocción precisa y hospitalidad genuina.", "Nuestra cocina es conocida por cortes de carne perfectamente cocinados y jugosos, raciones generosas y un menú que combina clásicos de parrilla con comida reconfortante."]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -87,15 +87,15 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Entrecot a la plancha", price: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg" },
|
{ id: "1", name: "Entrecot a la plancha", price: "Más vendido", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg" },
|
||||||
{ id: "2", name: "House Burger", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82151.jpg" },
|
{ id: "2", name: "Hamburguesa de la casa", price: "Fresco", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82151.jpg" },
|
||||||
{ id: "3", name: "Pulpo a la brasa", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-mint-berries_114579-3375.jpg" },
|
{ id: "3", name: "Pulpo a la brasa", price: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-mint-berries_114579-3375.jpg" },
|
||||||
{ id: "4", name: "Carrillada", price: "Slow Cooked", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370912.jpg" },
|
{ id: "4", name: "Carrillada", price: "Cocción lenta", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370912.jpg" },
|
||||||
{ id: "5", name: "Red Velvet", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.jpg" },
|
{ id: "5", name: "Red Velvet", price: "Postre", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.jpg" },
|
||||||
{ id: "6", name: "Brownie", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cupcake-decorated-with-cream-candies-blue-board_114579-52018.jpg" },
|
{ id: "6", name: "Brownie", price: "Postre", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cupcake-decorated-with-cream-candies-blue-board_114579-52018.jpg" },
|
||||||
]}
|
]}
|
||||||
title="Customer Favorites"
|
title="Favoritos de nuestros clientes"
|
||||||
description="Explore our signature dishes prepared with care and fresh ingredients."
|
description="Descubra nuestros platos emblemáticos preparados con cuidado e ingredientes frescos."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -106,29 +106,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Fast Service", description: "Even during busy hours, orders arrive on time and well-prepared.", icon: Zap,
|
title: "Servicio rápido", description: "Incluso durante las horas punta, los pedidos llegan a tiempo y bien preparados.", icon: Zap,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-grilled-red-meat-tomato-cucumber-lemon-board_141793-3685.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-grilled-red-meat-tomato-cucumber-lemon-board_141793-3685.jpg" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Impeccable Cleanliness", description: "A consistently well-maintained, comfortable dining space for your peace of mind.", icon: Shield,
|
title: "Limpieza impecable", description: "Un espacio de comedor constantemente bien mantenido y cómodo para su tranquilidad.", icon: Shield,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-grilled-steak-serving-plate-with-herbs-salad_141793-164.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-grilled-steak-serving-plate-with-herbs-salad_141793-164.jpg" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "True Value", description: "High-quality food without inflated pricing. Honest quality for everyone.", icon: Award,
|
title: "Valor real", description: "Comida de alta calidad sin precios inflados. Calidad honesta para todos.", icon: Award,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-traditional-boat_140725-929.jpg" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-traditional-boat_140725-929.jpg" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="More than a meal — a reliable experience"
|
title="Más que una comida: una experiencia fiable"
|
||||||
description="Everything we do is focused on delivering a comfortable and satisfying dining moment every single time."
|
description="Todo lo que hacemos se centra en ofrecer un momento gastronómico cómodo y satisfactorio en cada visita."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -139,14 +139,14 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Local Guest", role: "Diner", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg" },
|
{ id: "1", name: "Comensal local", role: "Cliente", company: "Vecino", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg" },
|
||||||
{ id: "2", name: "Regular Customer", role: "Diner", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520112.jpg" },
|
{ id: "2", name: "Cliente habitual", role: "Cliente", company: "Habitual", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520112.jpg" },
|
||||||
{ id: "3", name: "Family Visitor", role: "Diner", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
|
{ id: "3", name: "Visitante familiar", role: "Cliente", company: "Invitado", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
|
||||||
{ id: "4", name: "Foodie", role: "Reviewer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dress-cafe_273609-4240.jpg" },
|
{ id: "4", name: "Foodie", role: "Crítico", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dress-cafe_273609-4240.jpg" },
|
||||||
{ id: "5", name: "Happy Diner", role: "Regular", company: "Diner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg" },
|
{ id: "5", name: "Diner Feliz", role: "Habitual", company: "Comensal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg" },
|
||||||
]}
|
]}
|
||||||
title="What our guests say"
|
title="Lo que dicen nuestros huéspedes"
|
||||||
description="Don't just take our word for it—join our community of satisfied diners."
|
description="No se fíe solo de nuestra palabra: únase a nuestra comunidad de comensales satisfechos."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -155,14 +155,14 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "Do you have outdoor seating?", content: "Yes, we offer comfortable terrace seating for guests who prefer dining in the fresh air." },
|
{ id: "1", title: "¿Tienen terraza?", content: "Sí, ofrecemos mesas cómodas en nuestra terraza para quienes prefieran comer al aire libre." },
|
||||||
{ id: "2", title: "Are walk-ins welcome?", content: "Absolutely! We welcome walk-ins and suggest reservations for large groups or busy weekend nights." },
|
{ id: "2", title: "¿Se puede venir sin reserva?", content: "¡Absolutamente! Aceptamos clientes sin reserva, aunque recomendamos reservar para grupos grandes o fines de semana muy concurridos." },
|
||||||
{ id: "3", title: "Is the environment family-friendly?", content: "Yes, we are a family-oriented grill and welcome guests of all ages." },
|
{ id: "3", title: "¿Es un ambiente familiar?", content: "Sí, somos una parrilla orientada a la familia y damos la bienvenida a clientes de todas las edades." },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312257.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312257.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
title="Casual comfort, warm atmosphere"
|
title="Confort casual, ambiente cálido"
|
||||||
description="A relaxed space designed for everyone—families, friends, couples, or solo diners."
|
description="Un espacio relajado diseñado para todos: familias, amigos, parejas o comensales individuales."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,9 +171,9 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Contact Us"
|
tag="Contáctenos"
|
||||||
title="Ready for a meal worth coming back for?"
|
title="¿Listo para una comida a la que querrá volver?"
|
||||||
description="Reserve your table today and experience the Gran Nemrut grill firsthand."
|
description="Reserve su mesa hoy y experimente la parrilla del Gran Nemrut."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -182,12 +182,12 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Visit Us", items: [{ label: "Main St 123, City", href: "#" }, { label: "Daily: 12pm - 11pm", href: "#" }] },
|
{ title: "Visítenos", items: [{ label: "Main St 123, Ciudad", href: "#" }, { label: "Todos los días: 12pm - 11pm", href: "#" }] },
|
||||||
{ title: "Contact", items: [{ label: "+1 (555) 0123", href: "tel:+15550123" }, { label: "info@grannemrut.com", href: "mailto:info@grannemrut.com" }] },
|
{ title: "Contacto", items: [{ label: "+1 (555) 0123", href: "tel:+15550123" }, { label: "info@grannemrut.com", href: "mailto:info@grannemrut.com" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
{ title: "Legal", items: [{ label: "Política de Privacidad", href: "#" }, { label: "Términos de Servicio", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
logoText="Bar-Rte. Gran Nemrut"
|
logoText="Bar-Rte. Gran Nemrut"
|
||||||
copyrightText="© 2025 Gran Nemrut. All rights reserved."
|
copyrightText="© 2025 Gran Nemrut. Todos los derechos reservados."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user