Merge version_1 into main #1
283
src/app/page.tsx
283
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { BookOpen, Facebook, Heart, Instagram, List, Star, Users } from "lucide-react";
|
||||
import { BookOpen, Facebook, Heart, Instagram, List, Star, Users, X } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Servicios", id: "#features"},
|
||||
{
|
||||
name: "Carta",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Carta", id: "#menu"},
|
||||
{
|
||||
name: "Menús",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Menús", id: "#pricing"},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Equipo", id: "#team"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="El Cibulet Restaurante"
|
||||
/>
|
||||
@@ -77,67 +59,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Sabor Auténtico de Rubí"
|
||||
description="El Cibulet Restaurante te invita a un viaje culinario donde la tradición se encuentra con la innovación en cada plato, en el corazón de Rubí."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Menú", href: "#menu"},
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Mesa", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208276.jpg"
|
||||
imageAlt="Elegant restaurant interior with a beautifully set table"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
||||
alt: "Customer enjoying a dish",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "Customer enjoying a dish"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg",
|
||||
alt: "Satisfied diner smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg", alt: "Satisfied diner smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5040.jpg",
|
||||
alt: "Person enjoying a meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5040.jpg", alt: "Person enjoying a meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg",
|
||||
alt: "Guest smiling in restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg", alt: "Guest smiling in restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-is-eating-monastic-chicken-with-fried-potatoes-vegetable-salad-with-juice-table_141793-12489.jpg",
|
||||
alt: "Diner with food on table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-is-eating-monastic-chicken-with-fried-potatoes-vegetable-salad-with-juice-table_141793-12489.jpg", alt: "Diner with food on table"},
|
||||
]}
|
||||
avatarText="Más de 1000 clientes satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cocina de Autor",
|
||||
},
|
||||
type: "text", text: "Cocina de Autor"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
type: "text", text: "Ingredientes Frescos"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Acogedor",
|
||||
},
|
||||
type: "text", text: "Ambiente Acogedor"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabor Mediterráneo",
|
||||
},
|
||||
type: "text", text: "Sabor Mediterráneo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experiencia Inolvidable",
|
||||
},
|
||||
type: "text", text: "Experiencia Inolvidable"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,20 +122,11 @@ export default function LandingPage() {
|
||||
tag="Experiencia Culinaria"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "service-1",
|
||||
title: "Menú del Día Personalizado",
|
||||
content: "Disfruta de una selección diaria de platos frescos y de temporada, cuidadosamente elaborados para ofrecerte lo mejor de nuestra cocina. Perfecto para tu almuerzo entre semana.",
|
||||
},
|
||||
id: "service-1", title: "Menú del Día Personalizado", content: "Disfruta de una selección diaria de platos frescos y de temporada, cuidadosamente elaborados para ofrecerte lo mejor de nuestra cocina. Perfecto para tu almuerzo entre semana."},
|
||||
{
|
||||
id: "service-2",
|
||||
title: "Eventos y Celebraciones Privadas",
|
||||
content: "Organizamos eventos privados y celebraciones especiales con menús adaptados a tus preferencias. Desde reuniones familiares hasta eventos corporativos, creamos el ambiente perfecto.",
|
||||
},
|
||||
id: "service-2", title: "Eventos y Celebraciones Privadas", content: "Organizamos eventos privados y celebraciones especiales con menús adaptados a tus preferencias. Desde reuniones familiares hasta eventos corporativos, creamos el ambiente perfecto."},
|
||||
{
|
||||
id: "service-3",
|
||||
title: "Cocina para Llevar y Catering",
|
||||
content: "Lleva el sabor de El Cibulet a tu hogar u oficina con nuestro servicio de comida para llevar y catering. Ideal para disfrutar de nuestra gastronomía donde quieras, con la misma calidad y frescura.",
|
||||
},
|
||||
id: "service-3", title: "Cocina para Llevar y Catering", content: "Lleva el sabor de El Cibulet a tu hogar u oficina con nuestro servicio de comida para llevar y catering. Ideal para disfrutar de nuestra gastronomía donde quieras, con la misma calidad y frescura."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg"
|
||||
imageAlt="Assortment of gourmet dishes on a table"
|
||||
@@ -195,47 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "paella",
|
||||
name: "Paella de Marisco",
|
||||
price: "€22.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-carrot-salad-grated-salad-with-walnuts-dark-desk-diet-color-nut-salad-health_140725-99397.jpg",
|
||||
imageAlt: "Traditional Spanish seafood paella",
|
||||
},
|
||||
id: "paella", name: "Paella de Marisco", price: "€22.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-carrot-salad-grated-salad-with-walnuts-dark-desk-diet-color-nut-salad-health_140725-99397.jpg", imageAlt: "Traditional Spanish seafood paella"},
|
||||
{
|
||||
id: "steak",
|
||||
name: "Solomillo con Reducción",
|
||||
price: "€28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg",
|
||||
imageAlt: "Gourmet steak with vegetable garnish",
|
||||
},
|
||||
id: "steak", name: "Solomillo con Reducción", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg", imageAlt: "Gourmet steak with vegetable garnish"},
|
||||
{
|
||||
id: "salad",
|
||||
name: "Ensalada del Huerto",
|
||||
price: "€14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-various-vegetables-plate_114579-86509.jpg",
|
||||
imageAlt: "Fresh garden salad with mixed greens",
|
||||
},
|
||||
id: "salad", name: "Ensalada del Huerto", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/chopped-various-vegetables-plate_114579-86509.jpg", imageAlt: "Fresh garden salad with mixed greens"},
|
||||
{
|
||||
id: "tapas",
|
||||
name: "Selección de Tapas",
|
||||
price: "€18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-snacks-cheese_23-2148326090.jpg",
|
||||
imageAlt: "Assortment of Spanish tapas",
|
||||
},
|
||||
id: "tapas", name: "Selección de Tapas", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-snacks-cheese_23-2148326090.jpg", imageAlt: "Assortment of Spanish tapas"},
|
||||
{
|
||||
id: "dessert",
|
||||
name: "Coulant de Chocolate",
|
||||
price: "€9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg",
|
||||
imageAlt: "Chocolate coulant with ice cream",
|
||||
},
|
||||
id: "dessert", name: "Coulant de Chocolate", price: "€9.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg", imageAlt: "Chocolate coulant with ice cream"},
|
||||
{
|
||||
id: "wine",
|
||||
name: "Vino de la Casa (Ribera del Duero)",
|
||||
price: "€25.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-steak-with-round-grilled-tomatoes-glass-red-wine_114579-1535.jpg",
|
||||
imageAlt: "Glass of red wine at a fine dining restaurant",
|
||||
},
|
||||
id: "wine", name: "Vino de la Casa (Ribera del Duero)", price: "€25.00", imageSrc: "http://img.b2bpic.net/free-photo/piece-steak-with-round-grilled-tomatoes-glass-red-wine_114579-1535.jpg", imageAlt: "Glass of red wine at a fine dining restaurant"},
|
||||
]}
|
||||
title="Nuestra Carta Exquisita"
|
||||
description="Descubre nuestros platos estrella, elaborados con ingredientes frescos y de proximidad, que te harán viajar por los sabores del Mediterráneo."
|
||||
@@ -249,61 +167,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "menu-degustacion",
|
||||
name: "Menú Degustación",
|
||||
price: "€45",
|
||||
buttons: [
|
||||
id: "menu-degustacion", name: "Menú Degustación", price: "€45", buttons: [
|
||||
{
|
||||
text: "Ver Detalles",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ver Detalles", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"5 Platos de Temporada",
|
||||
"Maridaje Opcional",
|
||||
"Postre del Chef",
|
||||
"Bebida Incluida",
|
||||
],
|
||||
badge: "Recomendado",
|
||||
badgeIcon: Star,
|
||||
"5 Platos de Temporada", "Maridaje Opcional", "Postre del Chef", "Bebida Incluida"],
|
||||
badge: "Recomendado", badgeIcon: Star,
|
||||
},
|
||||
{
|
||||
id: "menu-grupo",
|
||||
name: "Menú de Grupo",
|
||||
price: "€35",
|
||||
buttons: [
|
||||
id: "menu-grupo", name: "Menú de Grupo", price: "€35", buttons: [
|
||||
{
|
||||
text: "Ver Detalles",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ver Detalles", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Entrantes a Compartir",
|
||||
"Plato Principal a Elegir",
|
||||
"Postre Casero",
|
||||
"Bebida y Café",
|
||||
],
|
||||
badge: "Popular",
|
||||
badgeIcon: Users,
|
||||
"Entrantes a Compartir", "Plato Principal a Elegir", "Postre Casero", "Bebida y Café"],
|
||||
badge: "Popular", badgeIcon: Users,
|
||||
},
|
||||
{
|
||||
id: "menu-infantil",
|
||||
name: "Menú Infantil",
|
||||
price: "€15",
|
||||
buttons: [
|
||||
id: "menu-infantil", name: "Menú Infantil", price: "€15", buttons: [
|
||||
{
|
||||
text: "Ver Detalles",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ver Detalles", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Plato Principal Divertido",
|
||||
"Postre Especial",
|
||||
"Bebida Refrescante",
|
||||
"Opción para Alergias",
|
||||
],
|
||||
badge: "Niños",
|
||||
badgeIcon: Heart,
|
||||
"Plato Principal Divertido", "Postre Especial", "Bebida Refrescante", "Opción para Alergias"],
|
||||
badge: "Niños", badgeIcon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Nuestros Menús Especiales"
|
||||
@@ -319,26 +207,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "chef-juan",
|
||||
name: "Chef Juan Pérez",
|
||||
role: "Chef Ejecutivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg",
|
||||
imageAlt: "Portrait of Chef Juan Pérez",
|
||||
},
|
||||
id: "chef-juan", name: "Chef Juan Pérez", role: "Chef Ejecutivo", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg", imageAlt: "Portrait of Chef Juan Pérez"},
|
||||
{
|
||||
id: "sous-chef-ana",
|
||||
name: "Ana García",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16130.jpg",
|
||||
imageAlt: "Portrait of Ana García, Sous Chef",
|
||||
},
|
||||
id: "sous-chef-ana", name: "Ana García", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16130.jpg", imageAlt: "Portrait of Ana García, Sous Chef"},
|
||||
{
|
||||
id: "maitre-carlos",
|
||||
name: "Carlos Ruiz",
|
||||
role: "Maître",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-pub-with-cocktail_1157-45797.jpg",
|
||||
imageAlt: "Portrait of Carlos Ruiz, Maître",
|
||||
},
|
||||
id: "maitre-carlos", name: "Carlos Ruiz", role: "Maître", imageSrc: "http://img.b2bpic.net/free-photo/business-man-pub-with-cocktail_1157-45797.jpg", imageAlt: "Portrait of Carlos Ruiz, Maître"},
|
||||
]}
|
||||
title="Conoce a Nuestro Apasionado Equipo"
|
||||
description="Detrás de cada plato exquisito y cada experiencia memorable en El Cibulet, hay un equipo dedicado a la excelencia culinaria."
|
||||
@@ -350,35 +223,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Laura S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-redhead-female-wearing-casual-clothes-glasses-eating-spicy-noodles-asian-restaurant_613910-19821.jpg",
|
||||
imageAlt: "Laura S. customer photo",
|
||||
},
|
||||
id: "1", name: "Laura S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-redhead-female-wearing-casual-clothes-glasses-eating-spicy-noodles-asian-restaurant_613910-19821.jpg", imageAlt: "Laura S. customer photo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg",
|
||||
imageAlt: "Marc T. customer photo",
|
||||
},
|
||||
id: "2", name: "Marc T.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg", imageAlt: "Marc T. customer photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofía R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg",
|
||||
imageAlt: "Sofía R. customer photo",
|
||||
},
|
||||
id: "3", name: "Sofía R.", imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sofía R. customer photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pablo G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2790.jpg",
|
||||
imageAlt: "Pablo G. customer photo",
|
||||
},
|
||||
id: "4", name: "Pablo G.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2790.jpg", imageAlt: "Pablo G. customer photo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2149213381.jpg",
|
||||
imageAlt: "Elena M. customer photo",
|
||||
},
|
||||
id: "5", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2149213381.jpg", imageAlt: "Elena M. customer photo"},
|
||||
]}
|
||||
cardTitle="Lo que Dicen Nuestros Clientes"
|
||||
cardTag="Opiniones Reales"
|
||||
@@ -392,20 +245,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Cómo hago una reserva?",
|
||||
content: "Puedes reservar una mesa directamente en nuestra sección de contacto, enviándonos un mensaje o llamándonos por teléfono. Te recomendamos reservar con antelación, especialmente los fines de semana.",
|
||||
},
|
||||
id: "faq-1", title: "¿Cómo hago una reserva?", content: "Puedes reservar una mesa directamente en nuestra sección de contacto, enviándonos un mensaje o llamándonos por teléfono. Te recomendamos reservar con antelación, especialmente los fines de semana."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Tenéis opciones para dietas especiales?",
|
||||
content: "Sí, nos adaptamos a dietas especiales como vegetarianas, veganas, sin gluten o alérgenos. Por favor, indícanos tus necesidades al hacer la reserva para que podamos prepararlo todo con antelación.",
|
||||
},
|
||||
id: "faq-2", title: "¿Tenéis opciones para dietas especiales?", content: "Sí, nos adaptamos a dietas especiales como vegetarianas, veganas, sin gluten o alérgenos. Por favor, indícanos tus necesidades al hacer la reserva para que podamos prepararlo todo con antelación."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Cuál es el horario del restaurante?",
|
||||
content: "Nuestro horario es de martes a domingo de 13:00 a 16:00 y de 20:00 a 23:00. Los lunes cerramos por descanso del personal. ¡Esperamos verte pronto!",
|
||||
},
|
||||
id: "faq-3", title: "¿Cuál es el horario del restaurante?", content: "Nuestro horario es de martes a domingo de 13:00 a 16:00 y de 20:00 a 23:00. Los lunes cerramos por descanso del personal. ¡Esperamos verte pronto!"},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Aquí encontrarás respuestas a las dudas más comunes sobre El Cibulet Restaurante en Rubí."
|
||||
@@ -417,8 +261,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contáctanos"
|
||||
title="¿Listo para Reservar Tu Experiencia Culinaria?"
|
||||
description="Envíanos un mensaje para realizar tu reserva, consultarnos sobre eventos privados o cualquier otra duda. ¡Esperamos verte pronto en El Cibulet Restaurante!"
|
||||
@@ -435,19 +278,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/elcibulet",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/elcibulet", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/elcibulet",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/elcibulet", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: "X",
|
||||
href: "https://twitter.com/elcibulet",
|
||||
ariaLabel: "X (Twitter)",
|
||||
},
|
||||
icon: X,
|
||||
href: "https://twitter.com/elcibulet", ariaLabel: "X (Twitter)"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user