Update src/app/page.tsx
This commit is contained in:
264
src/app/page.tsx
264
src/app/page.tsx
@@ -30,33 +30,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menú", id: "/menu"},
|
||||
{
|
||||
name: "Reservaciones",
|
||||
id: "/reservations",
|
||||
},
|
||||
name: "Reservaciones", id: "/reservations"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contacto", id: "/contact"},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Galería", id: "/gallery"},
|
||||
]}
|
||||
brandName="Grilling Fusion Restaurant"
|
||||
bottomLeftText="ES | EN"
|
||||
bottomRightText="(809) 807-1060"
|
||||
button={{
|
||||
text: "Reservar Mesa",
|
||||
href: "/reservations",
|
||||
}}
|
||||
text: "Reservar Mesa", href: "/reservations"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,109 +52,59 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Grilling Fusion Restaurant"
|
||||
description="Carnes a la parrilla, cocina fusión y una experiencia gastronómica inigualable en Santo Domingo. Con una calificación de ⭐ 4.3 de 365+ opiniones verificadas, somos tu destino para momentos memorables."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Cliente Satisfecho",
|
||||
handle: "@foodloverSD",
|
||||
testimonial: "¡La mejor picaña que he probado! El ambiente es espectacular.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg?_wi=1",
|
||||
imageAlt: "Avatar cliente",
|
||||
},
|
||||
name: "Cliente Satisfecho", handle: "@foodloverSD", testimonial: "¡La mejor picaña que he probado! El ambiente es espectacular.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg", imageAlt: "Avatar cliente"},
|
||||
{
|
||||
name: "María G.",
|
||||
handle: "@marii_gastronoma",
|
||||
testimonial: "Un lugar ideal para compartir con amigos y familia. ¡Excelente servicio!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg?_wi=1",
|
||||
imageAlt: "Avatar cliente",
|
||||
},
|
||||
name: "María G.", handle: "@marii_gastronoma", testimonial: "Un lugar ideal para compartir con amigos y familia. ¡Excelente servicio!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg", imageAlt: "Avatar cliente"},
|
||||
{
|
||||
name: "Pedro L.",
|
||||
handle: "@parrilleroSD",
|
||||
testimonial: "Cada plato es una obra de arte, especialmente sus cortes de carne. Volveré pronto.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageAlt: "Avatar de Pedro L.",
|
||||
},
|
||||
name: "Pedro L.", handle: "@parrilleroSD", testimonial: "Cada plato es una obra de arte, especialmente sus cortes de carne. Volveré pronto.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Avatar de Pedro L."},
|
||||
{
|
||||
name: "Laura F.",
|
||||
handle: "@foodiegirlRD",
|
||||
testimonial: "Los cócteles son fantásticos y el servicio es muy atento. ¡Una noche perfecta!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg",
|
||||
imageAlt: "Avatar de Laura F.",
|
||||
},
|
||||
name: "Laura F.", handle: "@foodiegirlRD", testimonial: "Los cócteles son fantásticos y el servicio es muy atento. ¡Una noche perfecta!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg", imageAlt: "Avatar de Laura F."},
|
||||
{
|
||||
name: "Roberto H.",
|
||||
handle: "@gastronomoX",
|
||||
testimonial: "La fusión de sabores es audaz y deliciosa. Sin duda, un referente culinario en la ciudad.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg",
|
||||
imageAlt: "Avatar de Roberto H.",
|
||||
},
|
||||
name: "Roberto H.", handle: "@gastronomoX", testimonial: "La fusión de sabores es audaz y deliciosa. Sin duda, un referente culinario en la ciudad.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg", imageAlt: "Avatar de Roberto H."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Ver Menú", href: "/menu"},
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "/reservations",
|
||||
},
|
||||
text: "Reservar Mesa", href: "/reservations"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1410.jpg",
|
||||
alt: "Chef",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1410.jpg", alt: "Chef"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-smiling-pointing-upwards_1187-3184.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-smiling-pointing-upwards_1187-3184.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/free-time-good-coffee-some-talks_329181-14775.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/free-time-good-coffee-some-talks_329181-14775.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg", alt: "Cliente 4"},
|
||||
]}
|
||||
avatarText="Más de 365+ opiniones"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg"
|
||||
imageAlt="Interior del Grilling Fusion Restaurant de noche"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cortes Premium",
|
||||
},
|
||||
type: "text", text: "Cortes Premium"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cocina Dominicana",
|
||||
},
|
||||
type: "text", text: "Cocina Dominicana"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Exclusivo",
|
||||
},
|
||||
type: "text", text: "Ambiente Exclusivo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cócteles de Autor",
|
||||
},
|
||||
type: "text", text: "Cócteles de Autor"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eventos Privados",
|
||||
},
|
||||
type: "text", text: "Eventos Privados"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -180,47 +118,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p-churrasco",
|
||||
name: "Churrasco a la Parrilla",
|
||||
price: "RD$ 950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-wooden-board_93675-129779.jpg",
|
||||
imageAlt: "Churrasco a la Parrilla",
|
||||
},
|
||||
id: "p-churrasco", name: "Churrasco a la Parrilla", price: "RD$ 950", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-wooden-board_93675-129779.jpg", imageAlt: "Churrasco a la Parrilla"},
|
||||
{
|
||||
id: "p-picanha",
|
||||
name: "Picaña Premium",
|
||||
price: "RD$ 1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg",
|
||||
imageAlt: "Picaña Premium",
|
||||
},
|
||||
id: "p-picanha", name: "Picaña Premium", price: "RD$ 1200", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg", imageAlt: "Picaña Premium"},
|
||||
{
|
||||
id: "p-burger",
|
||||
name: "Hamburguesa Gourmet",
|
||||
price: "RD$ 650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg",
|
||||
imageAlt: "Hamburguesa Gourmet",
|
||||
},
|
||||
id: "p-burger", name: "Hamburguesa Gourmet", price: "RD$ 650", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg", imageAlt: "Hamburguesa Gourmet"},
|
||||
{
|
||||
id: "p-parrillada",
|
||||
name: "Parrillada Mixta",
|
||||
price: "RD$ 1800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-tasty-kebab-with-potato-platter-eggs-mushrooms-black-pepper-wooden-spoon-tomatoes-oil-bottle-dark-table-copy-place_140725-148260.jpg",
|
||||
imageAlt: "Parrillada Mixta",
|
||||
},
|
||||
id: "p-parrillada", name: "Parrillada Mixta", price: "RD$ 1800", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-tasty-kebab-with-potato-platter-eggs-mushrooms-black-pepper-wooden-spoon-tomatoes-oil-bottle-dark-table-copy-place_140725-148260.jpg", imageAlt: "Parrillada Mixta"},
|
||||
{
|
||||
id: "p-mofongo",
|
||||
name: "Mofongo Grilling Fusion",
|
||||
price: "RD$ 700",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bananas-with-almond-wood-bowl-bunch-fresh-bananas-wicker-basket-rustic_141793-7320.jpg",
|
||||
imageAlt: "Mofongo Grilling Fusion",
|
||||
},
|
||||
id: "p-mofongo", name: "Mofongo Grilling Fusion", price: "RD$ 700", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bananas-with-almond-wood-bowl-bunch-fresh-bananas-wicker-basket-rustic_141793-7320.jpg", imageAlt: "Mofongo Grilling Fusion"},
|
||||
{
|
||||
id: "p-cocktail",
|
||||
name: "Cóctel de Autor",
|
||||
price: "RD$ 450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-alcohol-beverage-table_140725-85.jpg",
|
||||
imageAlt: "Cóctel de Autor",
|
||||
},
|
||||
id: "p-cocktail", name: "Cóctel de Autor", price: "RD$ 450", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-alcohol-beverage-table_140725-85.jpg", imageAlt: "Cóctel de Autor"},
|
||||
]}
|
||||
title="Platos Destacados"
|
||||
description="Descubre las creaciones que nos hacen únicos y que deleitarán tu paladar."
|
||||
@@ -249,53 +157,17 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana R.",
|
||||
role: "Cliente frecuente",
|
||||
testimonial: "Siempre vuelvo por el sabor inigualable de sus carnes. El ambiente es perfecto para cualquier ocasión.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-using-mobile-phone-cafe_1301-4657.jpg",
|
||||
imageAlt: "Avatar de Ana R.",
|
||||
},
|
||||
id: "t1", name: "Ana R.", role: "Cliente frecuente", testimonial: "Siempre vuelvo por el sabor inigualable de sus carnes. El ambiente es perfecto para cualquier ocasión.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-using-mobile-phone-cafe_1301-4657.jpg", imageAlt: "Avatar de Ana R."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos M.",
|
||||
role: "Visitante ocasional",
|
||||
testimonial: "Un servicio impecable y la presentación de los platos es de primera. ¡Totalmente recomendado para una experiencia gastronómica!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-sensual-brunette-female-white-bra_613910-7907.jpg",
|
||||
imageAlt: "Avatar de Carlos M.",
|
||||
},
|
||||
id: "t2", name: "Carlos M.", role: "Visitante ocasional", testimonial: "Un servicio impecable y la presentación de los platos es de primera. ¡Totalmente recomendado para una experiencia gastronómica!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-sensual-brunette-female-white-bra_613910-7907.jpg", imageAlt: "Avatar de Carlos M."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofía P.",
|
||||
role: "Amante de la gastronomía",
|
||||
testimonial: "Las parrilladas son espectaculares y la variedad de cócteles es fantástica. ¡Mi lugar favorito en Santo Domingo! Gracias Grilling Fusion!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-holding-hands-table_23-2148014499.jpg",
|
||||
imageAlt: "Avatar de Sofía P.",
|
||||
},
|
||||
id: "t3", name: "Sofía P.", role: "Amante de la gastronomía", testimonial: "Las parrilladas son espectaculares y la variedad de cócteles es fantástica. ¡Mi lugar favorito en Santo Domingo! Gracias Grilling Fusion!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-holding-hands-table_23-2148014499.jpg", imageAlt: "Avatar de Sofía P."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Juan L.",
|
||||
role: "Crítico culinario",
|
||||
testimonial: "La cocina fusión es innovadora y el punto de cocción de las carnes es perfecto. Una verdadera joya culinaria.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187239.jpg",
|
||||
imageAlt: "Avatar de Juan L.",
|
||||
},
|
||||
id: "t4", name: "Juan L.", role: "Crítico culinario", testimonial: "La cocina fusión es innovadora y el punto de cocción de las carnes es perfecto. Una verdadera joya culinaria.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187239.jpg", imageAlt: "Avatar de Juan L."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena V.",
|
||||
role: "Influencer de comida",
|
||||
testimonial: "El lugar es muy acogedor y el personal siempre atento. Cada visita es una experiencia deliciosa y memorable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-alcohol-drink-bar-counter_1163-2783.jpg",
|
||||
imageAlt: "Avatar de Elena V.",
|
||||
},
|
||||
id: "t5", name: "Elena V.", role: "Influencer de comida", testimonial: "El lugar es muy acogedor y el personal siempre atento. Cada visita es una experiencia deliciosa y memorable.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-alcohol-drink-bar-counter_1163-2783.jpg", imageAlt: "Avatar de Elena V."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Miguel A.",
|
||||
role: "Empresario",
|
||||
testimonial: "Ideal para reuniones de negocios o cenas especiales. La calidad y el servicio superan las expectativas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
imageAlt: "Avatar de Miguel A.",
|
||||
},
|
||||
id: "t6", name: "Miguel A.", role: "Empresario", testimonial: "Ideal para reuniones de negocios o cenas especiales. La calidad y el servicio superan las expectativas.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "Avatar de Miguel A."},
|
||||
]}
|
||||
title="Opiniones de Nuestros Clientes"
|
||||
description="Con una calificación promedio de ⭐ 4.3/5 y más de 365 opiniones, la satisfacción de nuestros comensales es nuestra mayor recompensa. Aquí algunas de sus experiencias:"
|
||||
@@ -306,6 +178,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Familia Grilling Fusion"
|
||||
description="Más que un restaurante, una comunidad de amantes de la buena mesa."
|
||||
names={["Familia Pérez", "Amigos del Sabor", "Club Gourmet SD", "Los Parrilleros", "Gastrónomos Unidos", "Sabores del Caribe"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -314,58 +189,35 @@ export default function LandingPage() {
|
||||
logoText="Grilling Fusion Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Enlaces Rápidos",
|
||||
items: [
|
||||
title: "Enlaces Rápidos", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menú", href: "/menu"},
|
||||
{
|
||||
label: "Reservaciones",
|
||||
href: "/reservations",
|
||||
},
|
||||
label: "Reservaciones", href: "/reservations"},
|
||||
{
|
||||
label: "Galería",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Galería", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Calle Cibao Oeste #22",
|
||||
href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana",
|
||||
},
|
||||
label: "Calle Cibao Oeste #22", href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana"},
|
||||
{
|
||||
label: "Santo Domingo, R.D.",
|
||||
href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana",
|
||||
},
|
||||
label: "Santo Domingo, R.D.", href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana"},
|
||||
{
|
||||
label: "(809) 807-1060",
|
||||
href: "tel:+18098071060",
|
||||
},
|
||||
label: "(809) 807-1060", href: "tel:+18098071060"},
|
||||
{
|
||||
label: "Enviar WhatsApp",
|
||||
href: "https://wa.me/18098071060",
|
||||
},
|
||||
label: "Enviar WhatsApp", href: "https://wa.me/18098071060"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Síguenos",
|
||||
items: [
|
||||
title: "Síguenos", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/grillingfusionrestaurant.do",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/grillingfusionrestaurant.do"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/grillingfusionrestaurant.do",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/grillingfusionrestaurant.do"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user