Update src/app/page.tsx

This commit is contained in:
2026-06-10 08:43:47 +00:00
parent c90e126e82
commit 733bd44453

View File

@@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award } from "lucide-react";
import { Award, Heart, Sparkles, Utensils, Wine } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,31 +32,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Carta",
id: "#menu",
},
name: "Carta", id: "#menu"},
{
name: "Experiencia",
id: "#experience",
},
name: "Experiencia", id: "#experience"},
{
name: "Equipo",
id: "#team",
},
name: "Equipo", id: "#team"},
{
name: "Reservar",
id: "#contact",
},
name: "Reservar", id: "#contact"},
]}
brandName="WACHA BAR"
button={{
text: "Reservar Mesa",
href: "#contact",
}}
text: "Reservar Mesa", href: "#contact"}}
/>
</div>
@@ -66,13 +54,9 @@ export default function LandingPage() {
description="Auténtica cocina argentina en Alicante. Empanadas. Milanesas. Fernet. Y una experiencia que te hace sentir en casa."
buttons={[
{
text: "Reservar Mesa",
href: "#contact",
},
text: "Reservar Mesa", href: "#contact"},
{
text: "Ver Carta",
href: "#menu",
},
text: "Ver Carta", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cachopo-traditional-food-asturias-spain-breaded-fillet-meat-black-slate-background_123827-34530.jpg"
videoSrc="http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg"
@@ -82,25 +66,15 @@ export default function LandingPage() {
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie-with-drinks_23-2149436826.jpg",
alt: "Medium shot happy friends taking selfie with drinks",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie-with-drinks_23-2149436826.jpg", alt: "Medium shot happy friends taking selfie with drinks"},
{
src: "http://img.b2bpic.net/free-photo/best-friend-always-makes-ma-laugh_329181-2920.jpg",
alt: "Best friend always makes ma laugh",
},
src: "http://img.b2bpic.net/free-photo/best-friend-always-makes-ma-laugh_329181-2920.jpg", alt: "Best friend always makes ma laugh"},
{
src: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-girls_23-2148656013.jpg",
alt: "Front view of beautiful smiling girls",
},
src: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-girls_23-2148656013.jpg", alt: "Front view of beautiful smiling girls"},
{
src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
alt: "Close up friends chatting at table",
},
src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", alt: "Close up friends chatting at table"},
{
src: "http://img.b2bpic.net/free-photo/cachopo-traditional-food-asturias-spain-breaded-fillet-meat-black-slate-background_123827-34825.jpg",
alt: "Cachopo Traditional food in Asturias Spain Breaded fillet meat on black slate background",
},
src: "http://img.b2bpic.net/free-photo/cachopo-traditional-food-asturias-spain-breaded-fillet-meat-black-slate-background_123827-34825.jpg", alt: "Cachopo Traditional food in Asturias Spain Breaded fillet meat on black slate background"},
]}
avatarText="Únete a nuestra comunidad de más de 1000 amigos felices."
/>
@@ -114,58 +88,28 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "milanesa-napo",
name: "Milanesa Napolitana",
price: "€14.50",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-side-view_141793-2755.jpg",
imageAlt: "Milanesa Napolitana",
onProductClick: "() => {}",
onFavorite: "() => {}",
id: "milanesa-napo", name: "Milanesa Napolitana", price: "€14.50", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-side-view_141793-2755.jpg", imageAlt: "Milanesa Napolitana", onProductClick: () => {},
onFavorite: () => {},
},
{
id: "empanada-carne",
name: "Empanadas de Carne",
price: "€3.50 / ud.",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-dish_23-2150777843.jpg",
imageAlt: "Empanada de Carne",
onProductClick: "() => {}",
onFavorite: "() => {}",
id: "empanada-carne", name: "Empanadas de Carne", price: "€3.50 / ud.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-dish_23-2150777843.jpg", imageAlt: "Empanada de Carne", onProductClick: () => {},
onFavorite: () => {},
},
{
id: "empanada-pollo",
name: "Empanadas de Pollo",
price: "€3.50 / ud.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79565.jpg",
imageAlt: "Empanada de Pollo",
onProductClick: "() => {}",
onFavorite: "() => {}",
id: "empanada-pollo", name: "Empanadas de Pollo", price: "€3.50 / ud.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79565.jpg", imageAlt: "Empanada de Pollo", onProductClick: () => {},
onFavorite: () => {},
},
{
id: "empanada-verdura",
name: "Empanadas de Verdura",
price: "€3.50 / ud.",
imageSrc: "http://img.b2bpic.net/free-photo/taco-vegetables-dish-near-chili-sauces_23-2148132086.jpg",
imageAlt: "Empanada de Verdura",
onProductClick: "() => {}",
onFavorite: "() => {}",
id: "empanada-verdura", name: "Empanadas de Verdura", price: "€3.50 / ud.", imageSrc: "http://img.b2bpic.net/free-photo/taco-vegetables-dish-near-chili-sauces_23-2148132086.jpg", imageAlt: "Empanada de Verdura", onProductClick: () => {},
onFavorite: () => {},
},
{
id: "parrillada-mixta",
name: "Parrillada Mixta",
price: "€28.00",
imageSrc: "http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg",
imageAlt: "Parrillada Mixta",
onProductClick: "() => {}",
onFavorite: "() => {}",
id: "parrillada-mixta", name: "Parrillada Mixta", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg", imageAlt: "Parrillada Mixta", onProductClick: () => {},
onFavorite: () => {},
},
{
id: "choripan",
name: "Choripán",
price: "€7.00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg",
imageAlt: "Choripán",
onProductClick: "() => {}",
onFavorite: "() => {}",
id: "choripan", name: "Choripán", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg", imageAlt: "Choripán", onProductClick: () => {},
onFavorite: () => {},
},
]}
title="Nuestra Carta: Sabores de Argentina"
@@ -180,59 +124,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Laura G.",
role: "Viajera & Foodie",
company: "Google Reviews",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2149250063.jpg",
},
id: "1", name: "Laura G.", role: "Viajera & Foodie", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2149250063.jpg"},
{
id: "2",
name: "Martín P.",
role: "Residente de Alicante",
company: "TripAdvisor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
},
id: "2", name: "Martín P.", role: "Residente de Alicante", company: "TripAdvisor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg"},
{
id: "3",
name: "Sofía R.",
role: "Entusiasta Argentina",
company: "Facebook",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
},
id: "3", name: "Sofía R.", role: "Entusiasta Argentina", company: "Facebook", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg"},
{
id: "4",
name: "Diego V.",
role: "Amante del Fútbol",
company: "Yelp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232853.jpg",
},
id: "4", name: "Diego V.", role: "Amante del Fútbol", company: "Yelp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232853.jpg"},
{
id: "5",
name: "Ana M.",
role: "Exploradora Local",
company: "The Fork",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-mixing-up-red-bowl-pink-space-cook-cuisine-job-work-s-photo_140725-29043.jpg",
},
id: "5", name: "Ana M.", role: "Exploradora Local", company: "The Fork", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-mixing-up-red-bowl-pink-space-cook-cuisine-job-work-s-photo_140725-29043.jpg"},
]}
kpiItems={[
{
value: "★★★★★",
label: "500+ Reseñas",
},
value: "★★★★★", label: "500+ Reseñas"},
{
value: "100%",
label: "Sabor Auténtico",
},
value: "100%", label: "Sabor Auténtico"},
{
value: "Familia",
label: "Atención Genuina",
},
value: "Familia", label: "Atención Genuina"},
]}
title="Un Pedacito de Argentina: La Voz de Nuestros Clientes"
description="Más de 500 reseñas de 5 estrellas avalan la autenticidad, la calidez y el sabor inigualable de Wacha Bar en el corazón de Alicante. Descubre por qué nuestros visitantes se sienten como en casa."
@@ -258,32 +171,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Ambiente Auténtico",
description: "Decoración inspirada en Argentina, con detalles que evocan la esencia vibrante de Buenos Aires. Música en vivo, tango, folklore y el mejor rock nacional.",
imageSrc: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg",
imageAlt: "Ambiente auténtico",
buttonIcon: "Heart",
title: "Ambiente Auténtico", description: "Decoración inspirada en Argentina, con detalles que evocan la esencia vibrante de Buenos Aires. Música en vivo, tango, folklore y el mejor rock nacional.", imageSrc: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg", imageAlt: "Ambiente auténtico", buttonIcon: Heart,
},
{
title: "Atención Cercana",
description: "Como estar entre amigos, nuestro staff te hará sentir en casa desde el primer momento, con la calidez y alegría que nos caracteriza.",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg",
imageAlt: "Atención cercana",
buttonIcon: "Sparkles",
title: "Atención Cercana", description: "Como estar entre amigos, nuestro staff te hará sentir en casa desde el primer momento, con la calidez y alegría que nos caracteriza.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-his-friend-enjoying-drinks-restaurant_23-2147861967.jpg", imageAlt: "Atención cercana", buttonIcon: Sparkles,
},
{
title: "Platos Abundantes",
description: "Generosos y memorables, nuestros platos están hechos con el corazón, al estilo casero, para que disfrutes de una verdadera fiesta gastronómica.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastries-woman-tearing-qogal-along-with-other-bakeries-cookies-tea-time-tasty-pastry-dough-ceremony-table_140725-16079.jpg",
imageAlt: "Platos abundantes",
buttonIcon: "Utensils",
title: "Platos Abundantes", description: "Generosos y memorables, nuestros platos están hechos con el corazón, al estilo casero, para que disfrutes de una verdadera fiesta gastronómica.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastries-woman-tearing-qogal-along-with-other-bakeries-cookies-tea-time-tasty-pastry-dough-ceremony-table_140725-16079.jpg", imageAlt: "Platos abundantes", buttonIcon: Utensils,
},
{
title: "Buena Energía",
description: "Música, fútbol, risas y comunidad. Un ambiente vibrante que te invita a volver una y otra vez para celebrar la vida al estilo argentino.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dancing_1098-13217.jpg",
imageAlt: "Buena energía",
buttonIcon: "Wine",
title: "Buena Energía", description: "Música, fútbol, risas y comunidad. Un ambiente vibrante que te invita a volver una y otra vez para celebrar la vida al estilo argentino.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dancing_1098-13217.jpg", imageAlt: "Buena energía", buttonIcon: Wine,
},
]}
title="La Experiencia Wacha: Tu Casa Argentina en Alicante"
@@ -298,26 +195,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Juan Pérez",
role: "Propietario y Fundador",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
imageAlt: "Juan Pérez",
},
id: "1", name: "Juan Pérez", role: "Propietario y Fundador", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg", imageAlt: "Juan Pérez"},
{
id: "2",
name: "María Gómez",
role: "Gerente y Creadora de Ambiente",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg",
imageAlt: "María Gómez",
},
id: "2", name: "María Gómez", role: "Gerente y Creadora de Ambiente", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg", imageAlt: "María Gómez"},
{
id: "3",
name: "Chef Ricardo",
role: "Chef Ejecutivo de Cocina Argentina",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-chef-dressed-uniform-with-crossed-arms-against-dark-background_613910-17580.jpg",
imageAlt: "Chef Ricardo",
},
id: "3", name: "Chef Ricardo", role: "Chef Ejecutivo de Cocina Argentina", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-chef-dressed-uniform-with-crossed-arms-against-dark-background_613910-17580.jpg", imageAlt: "Chef Ricardo"},
]}
title="Nuestra Familia Wacha: Pasión Argentina"
description="Conoce al equipo que trae la auténtica experiencia argentina a Alicante. Más que staff, somos una comunidad apasionada por la gastronomía, la cultura y la hospitalidad, haciendo de Wacha Bar un lugar único."
@@ -328,14 +210,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Listos para vivir la auténtica experiencia argentina? ¡Reserva tu mesa hoy mismo y únete a la familia Wacha Bar para una noche inolvidable de sabor y comunidad!"
buttons={[
{
text: "Reservar Ahora",
href: "https://www.example.com/reservas",
},
text: "Reservar Ahora", href: "https://www.example.com/reservas"},
]}
/>
</div>
@@ -346,58 +225,35 @@ export default function LandingPage() {
logoText="WACHA BAR"
columns={[
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Carta",
href: "#menu",
},
label: "Carta", href: "#menu"},
{
label: "Experiencia",
href: "#experience",
},
label: "Experiencia", href: "#experience"},
{
label: "Equipo",
href: "#team",
},
label: "Equipo", href: "#team"},
],
},
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Reservas",
href: "#contact",
},
label: "Reservas", href: "#contact"},
{
label: "Dirección",
href: "#",
},
label: "Dirección", href: "#"},
{
label: "Teléfono",
href: "#",
},
label: "Teléfono", href: "#"},
],
},
{
title: "Síguenos",
items: [
title: "Síguenos", items: [
{
label: "Instagram",
href: "https://instagram.com/wachabar",
},
label: "Instagram", href: "https://instagram.com/wachabar"},
{
label: "Facebook",
href: "https://facebook.com/wachabar",
},
label: "Facebook", href: "https://facebook.com/wachabar"},
{
label: "TikTok",
href: "https://tiktok.com/@wachabar",
},
label: "TikTok", href: "https://tiktok.com/@wachabar"},
],
},
]}