Update src/app/page.tsx
This commit is contained in:
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Experience", id: "#experience" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Menú", id: "#menu" },
|
||||
{ name: "Experiencia", id: "#experience" },
|
||||
{ name: "Opiniones", id: "#testimonials" },
|
||||
{ name: "Contacto", id: "#contact" },
|
||||
]}
|
||||
brandName="Gran Nemrut"
|
||||
/>
|
||||
@@ -44,11 +44,11 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Fire-grilled perfection. Honest food. Elevated comfort."
|
||||
description="A neighborhood grill where premium meats, fresh ingredients, and fast, friendly service come together without compromise."
|
||||
title="Perfección a la parrilla. Comida honesta. Confort elevado."
|
||||
description="Un grill de barrio donde carnes de primera, ingredientes frescos y un servicio rápido y amable se unen sin compromiso."
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reservar Mesa", href: "#contact" },
|
||||
{ text: "Ver Menú", href: "#menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ 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
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["4.8 Average Rating", "Steaks & Burgers", "Menu del día", "Fast Service", "Family Friendly", "Top Value", "Outdoor Seating"]}
|
||||
title="Trusted by our Community"
|
||||
description="Consistently recognized for quality, value, and exceptional service."
|
||||
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="Con la confianza de nuestra comunidad"
|
||||
description="Reconocidos constantemente por nuestra calidad, valor y servicio excepcional."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="A grill house built on simplicity done right"
|
||||
title="Una parrilla construida sobre la simplicidad bien hecha"
|
||||
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>
|
||||
|
||||
@@ -87,15 +87,15 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "4", name: "Carrillada", price: "Slow Cooked", 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: "6", name: "Brownie", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cupcake-decorated-with-cream-candies-blue-board_114579-52018.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: "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: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-mint-berries_114579-3375.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: "Postre", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.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"
|
||||
description="Explore our signature dishes prepared with care and fresh ingredients."
|
||||
title="Favoritos de nuestros clientes"
|
||||
description="Descubra nuestros platos emblemáticos preparados con cuidado e ingredientes frescos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,29 +106,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: [
|
||||
{ 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" },
|
||||
]
|
||||
},
|
||||
{
|
||||
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: [
|
||||
{ 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" },
|
||||
]
|
||||
},
|
||||
{
|
||||
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: [
|
||||
{ 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" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="More than a meal — a reliable experience"
|
||||
description="Everything we do is focused on delivering a comfortable and satisfying dining moment every single time."
|
||||
title="Más que una comida: una experiencia fiable"
|
||||
description="Todo lo que hacemos se centra en ofrecer un momento gastronómico cómodo y satisfactorio en cada visita."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,14 +139,14 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "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: "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: "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: "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: "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: "Crítico", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dress-cafe_273609-4240.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"
|
||||
description="Don't just take our word for it—join our community of satisfied diners."
|
||||
title="Lo que dicen nuestros huéspedes"
|
||||
description="No se fíe solo de nuestra palabra: únase a nuestra comunidad de comensales satisfechos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,14 +155,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "2", title: "Are walk-ins welcome?", content: "Absolutely! We welcome walk-ins and suggest reservations for large groups or busy weekend nights." },
|
||||
{ id: "3", title: "Is the environment family-friendly?", content: "Yes, we are a family-oriented grill and welcome guests of all ages." },
|
||||
{ id: "1", title: "¿Tienen terraza?", content: "Sí, ofrecemos mesas cómodas en nuestra terraza para quienes prefieran comer al aire libre." },
|
||||
{ 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: "¿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"
|
||||
mediaAnimation="slide-up"
|
||||
title="Casual comfort, warm atmosphere"
|
||||
description="A relaxed space designed for everyone—families, friends, couples, or solo diners."
|
||||
title="Confort casual, ambiente cálido"
|
||||
description="Un espacio relajado diseñado para todos: familias, amigos, parejas o comensales individuales."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,9 +171,9 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a meal worth coming back for?"
|
||||
description="Reserve your table today and experience the Gran Nemrut grill firsthand."
|
||||
tag="Contáctenos"
|
||||
title="¿Listo para una comida a la que querrá volver?"
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -182,15 +182,15 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "Main St 123, City", href: "#" }, { label: "Daily: 12pm - 11pm", href: "#" }] },
|
||||
{ title: "Contact", 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: "Visítenos", items: [{ label: "Main St 123, Ciudad", href: "#" }, { label: "Todos los días: 12pm - 11pm", href: "#" }] },
|
||||
{ title: "Contacto", items: [{ label: "+1 (555) 0123", href: "tel:+15550123" }, { label: "info@grannemrut.com", href: "mailto:info@grannemrut.com" }] },
|
||||
{ title: "Legal", items: [{ label: "Política de Privacidad", href: "#" }, { label: "Términos de Servicio", href: "#" }] },
|
||||
]}
|
||||
logoText="Bar-Rte. Gran Nemrut"
|
||||
copyrightText="© 2025 Gran Nemrut. All rights reserved."
|
||||
copyrightText="© 2025 Gran Nemrut. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user