Update src/app/page.tsx
This commit is contained in:
384
src/app/page.tsx
384
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { CalendarCheck, Heart, Leaf, Palette, Scissors, Sparkles, Star, Users } from "lucide-react";
|
||||
import { CalendarCheck, Heart, Leaf, Palette, Scissors, Sparkles, Star, Users, Hand, Flower, Gem } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,41 +31,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "#nosotros"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#servicios",
|
||||
},
|
||||
name: "Servicios", id: "#servicios"},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "#galeria",
|
||||
},
|
||||
name: "Galería", id: "#galeria"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonios",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonios"},
|
||||
{
|
||||
name: "Precios",
|
||||
id: "#precios",
|
||||
},
|
||||
name: "Precios", id: "#precios"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9i92i5"
|
||||
logoAlt="Nuria Ibeas Peluquería y Estética Saludable logo"
|
||||
brandName="Nuria Ibeas"
|
||||
button={{
|
||||
text: "Reservar Cita",
|
||||
href: "#contacto",
|
||||
}}
|
||||
text: "Reservar Cita", href: "#contacto"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,12 +59,10 @@ export default function LandingPage() {
|
||||
description="Peluquería y Estética Saludable en Algorta. Tu belleza natural, nuestro compromiso."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar cita",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar cita", href: "#contacto"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163113.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163113.jpg"
|
||||
imageAlt="Interior de peluquería moderna y elegante con luz natural"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
@@ -93,80 +75,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Salud Capilar Avanzada",
|
||||
description: "Programas personalizados para revitalizar y fortalecer tu cabello desde la raíz.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-big-brown-hypnotising-eyes_329181-9781.jpg",
|
||||
imageAlt: "Woman with long, healthy, shiny hair",
|
||||
},
|
||||
title: "Salud Capilar Avanzada", description: "Programas personalizados para revitalizar y fortalecer tu cabello desde la raíz.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-big-brown-hypnotising-eyes_329181-9781.jpg", imageAlt: "Woman with long, healthy, shiny hair"},
|
||||
items: [
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Tratamientos orgánicos",
|
||||
},
|
||||
text: "Tratamientos orgánicos"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Productos naturales",
|
||||
},
|
||||
text: "Productos naturales"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Resultados visibles",
|
||||
},
|
||||
text: "Resultados visibles"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9i92i5",
|
||||
imageAlt: "healthy hair care natural ingredients",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Estética Consciente",
|
||||
description: "Cuidado facial y corporal con un enfoque respetuoso hacia tu piel y el medio ambiente.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-happy-woman-smiles-broadly-has-perfect-white-teeth-covers-eye-with-green-calla-lily-applies-hydrogel-patches-reducing-wrinkles-poses-indoor-women-beauty-concept_273609-57061.jpg",
|
||||
imageAlt: "Woman receiving a natural facial treatment",
|
||||
},
|
||||
title: "Estética Consciente", description: "Cuidado facial y corporal con un enfoque respetuoso hacia tu piel y el medio ambiente.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-happy-woman-smiles-broadly-has-perfect-white-teeth-covers-eye-with-green-calla-lily-applies-hydrogel-patches-reducing-wrinkles-poses-indoor-women-beauty-concept_273609-57061.jpg", imageAlt: "Woman receiving a natural facial treatment"},
|
||||
items: [
|
||||
{
|
||||
icon: Hand,
|
||||
text: "Técnicas manuales",
|
||||
},
|
||||
text: "Técnicas manuales"},
|
||||
{
|
||||
icon: Flower,
|
||||
text: "Ingredientes puros",
|
||||
},
|
||||
text: "Ingredientes puros"},
|
||||
{
|
||||
icon: Gem,
|
||||
text: "Bienestar integral",
|
||||
},
|
||||
text: "Bienestar integral"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163113.jpg?_wi=2",
|
||||
imageAlt: "healthy hair care natural ingredients",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Experiencia Personalizada",
|
||||
description: "Cada visita es una oportunidad para diseñar una experiencia única, adaptada a tus deseos y necesidades.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg",
|
||||
imageAlt: "Hairdresser discussing style options with a client",
|
||||
},
|
||||
title: "Experiencia Personalizada", description: "Cada visita es una oportunidad para diseñar una experiencia única, adaptada a tus deseos y necesidades.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Hairdresser discussing style options with a client"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Asesoramiento experto",
|
||||
},
|
||||
text: "Asesoramiento experto"},
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
text: "Atención exclusiva",
|
||||
},
|
||||
text: "Atención exclusiva"},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Tu momento de lujo",
|
||||
},
|
||||
text: "Tu momento de lujo"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021827.jpg?_wi=1",
|
||||
imageAlt: "healthy hair care natural ingredients",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Nuestra Filosofía: Belleza Natural y Bienestar"
|
||||
description="En Nuria Ibeas, creemos en una belleza que nace del cuidado y la salud. Ofrecemos un enfoque holístico, utilizando productos de alta calidad y técnicas innovadoras para realzar tu esencia natural."
|
||||
@@ -181,47 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "servicio-cortes",
|
||||
name: "Cortes de Autor y Peinados",
|
||||
price: "Desde 35€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021827.jpg?_wi=2",
|
||||
imageAlt: "Woman with a modern and elegant haircut",
|
||||
},
|
||||
id: "servicio-cortes", name: "Cortes de Autor y Peinados", price: "Desde 35€", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021827.jpg", imageAlt: "Woman with a modern and elegant haircut"},
|
||||
{
|
||||
id: "servicio-coloracion",
|
||||
name: "Coloración Botánica y Mechas",
|
||||
price: "Desde 60€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60934.jpg",
|
||||
imageAlt: "Natural hair color transformation with subtle highlights",
|
||||
},
|
||||
id: "servicio-coloracion", name: "Coloración Botánica y Mechas", price: "Desde 60€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60934.jpg", imageAlt: "Natural hair color transformation with subtle highlights"},
|
||||
{
|
||||
id: "servicio-tratamientos",
|
||||
name: "Tratamientos Capilares Personalizados",
|
||||
price: "Desde 45€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-mirror_23-2148547432.jpg",
|
||||
imageAlt: "Deep conditioning hair treatment applied in a salon",
|
||||
},
|
||||
id: "servicio-tratamientos", name: "Tratamientos Capilares Personalizados", price: "Desde 45€", imageSrc: "http://img.b2bpic.net/free-photo/woman-mirror_23-2148547432.jpg", imageAlt: "Deep conditioning hair treatment applied in a salon"},
|
||||
{
|
||||
id: "servicio-estetica-facial",
|
||||
name: "Estética Facial Natural",
|
||||
price: "Desde 50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1133.jpg",
|
||||
imageAlt: "Woman receiving a relaxing facial massage",
|
||||
},
|
||||
id: "servicio-estetica-facial", name: "Estética Facial Natural", price: "Desde 50€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1133.jpg", imageAlt: "Woman receiving a relaxing facial massage"},
|
||||
{
|
||||
id: "servicio-manicura",
|
||||
name: "Manicura y Pedicura Spa",
|
||||
price: "Desde 25€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg",
|
||||
imageAlt: "Professional manicure being performed in a spa setting",
|
||||
},
|
||||
id: "servicio-manicura", name: "Manicura y Pedicura Spa", price: "Desde 25€", imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg", imageAlt: "Professional manicure being performed in a spa setting"},
|
||||
{
|
||||
id: "servicio-maquillaje",
|
||||
name: "Maquillaje Profesional",
|
||||
price: "Desde 70€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9040.jpg",
|
||||
imageAlt: "Professional makeup application for an elegant look",
|
||||
},
|
||||
id: "servicio-maquillaje", name: "Maquillaje Profesional", price: "Desde 70€", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9040.jpg", imageAlt: "Professional makeup application for an elegant look"},
|
||||
]}
|
||||
title="Nuestros Servicios Exclusivos"
|
||||
description="Descubre una gama completa de tratamientos capilares y estéticos, diseñados para tu bienestar y el de tu cabello."
|
||||
@@ -236,47 +161,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "galeria-1",
|
||||
name: "Corte Moderno",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-shy-brunette-girl-with-bob-hair-offendedly-posing-camera-isolated-white-background-sad-expression_574295-4548.jpg",
|
||||
imageAlt: "Modern short bob haircut on a woman",
|
||||
},
|
||||
id: "galeria-1", name: "Corte Moderno", price: "", imageSrc: "http://img.b2bpic.net/free-photo/upset-shy-brunette-girl-with-bob-hair-offendedly-posing-camera-isolated-white-background-sad-expression_574295-4548.jpg", imageAlt: "Modern short bob haircut on a woman"},
|
||||
{
|
||||
id: "galeria-2",
|
||||
name: "Mechas Naturales",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-hair-face_1122-1460.jpg",
|
||||
imageAlt: "Natural balayage highlights on long hair",
|
||||
},
|
||||
id: "galeria-2", name: "Mechas Naturales", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-hair-face_1122-1460.jpg", imageAlt: "Natural balayage highlights on long hair"},
|
||||
{
|
||||
id: "galeria-3",
|
||||
name: "Tratamiento de Brillo",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332459.jpg",
|
||||
imageAlt: "Healthy, shiny long hair after a revitalizing treatment",
|
||||
},
|
||||
id: "galeria-3", name: "Tratamiento de Brillo", price: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332459.jpg", imageAlt: "Healthy, shiny long hair after a revitalizing treatment"},
|
||||
{
|
||||
id: "galeria-4",
|
||||
name: "Recogido Elegante",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-drag-queen-taking-wig-off_23-2149247323.jpg",
|
||||
imageAlt: "Elegant and intricate updo hairstyle for a special occasion",
|
||||
},
|
||||
id: "galeria-4", name: "Recogido Elegante", price: "", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-drag-queen-taking-wig-off_23-2149247323.jpg", imageAlt: "Elegant and intricate updo hairstyle for a special occasion"},
|
||||
{
|
||||
id: "galeria-5",
|
||||
name: "Balayage Sutil",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-striped-t-shirt-looking-away-with-gently-smile-portrait-glad-red-haired-young-woman_197531-10271.jpg",
|
||||
imageAlt: "Subtle balayage on dark hair with soft transitions",
|
||||
},
|
||||
id: "galeria-5", name: "Balayage Sutil", price: "", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-striped-t-shirt-looking-away-with-gently-smile-portrait-glad-red-haired-young-woman_197531-10271.jpg", imageAlt: "Subtle balayage on dark hair with soft transitions"},
|
||||
{
|
||||
id: "galeria-6",
|
||||
name: "Transformación Capilar",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-blouse-with-curly-hair-posing-high-quality-photo_114579-35178.jpg",
|
||||
imageAlt: "Before and after image of a complete hair transformation",
|
||||
},
|
||||
id: "galeria-6", name: "Transformación Capilar", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-blouse-with-curly-hair-posing-high-quality-photo_114579-35178.jpg", imageAlt: "Before and after image of a complete hair transformation"},
|
||||
]}
|
||||
title="Nuestros Trabajos Destacados"
|
||||
description="Inspírate con algunos de nuestros últimos proyectos y transformaciones que reflejan nuestra pasión por la belleza."
|
||||
@@ -289,59 +184,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¡Un servicio excepcional!",
|
||||
quote: "Desde que descubrí Nuria Ibeas, mi cabello ha transformado. El trato es exquisito y los resultados siempre superan mis expectativas. ¡Totalmente recomendable!",
|
||||
name: "Sofía G.",
|
||||
role: "Clienta Habitual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-hotel-room_23-2148095362.jpg",
|
||||
imageAlt: "Sofía G. sonriendo después de un tratamiento",
|
||||
},
|
||||
id: "1", title: "¡Un servicio excepcional!", quote: "Desde que descubrí Nuria Ibeas, mi cabello ha transformado. El trato es exquisito y los resultados siempre superan mis expectativas. ¡Totalmente recomendable!", name: "Sofía G.", role: "Clienta Habitual", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-hotel-room_23-2148095362.jpg", imageAlt: "Sofía G. sonriendo después de un tratamiento"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Mi lugar de confianza",
|
||||
quote: "Siempre salgo encantada. Nuria y su equipo no solo entienden lo que quiero, sino que me asesoran para el mejor cuidado de mi cabello y piel. La calidad de sus productos es inmejorable.",
|
||||
name: "Elena M.",
|
||||
role: "Empresaria",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-lovely-blonde-woman-casual-summer-clothing-smiles-pleasantly-sits-couch-surrounded-with-smart-phone_273609-2529.jpg",
|
||||
imageAlt: "Elena M. en una pose feliz",
|
||||
},
|
||||
id: "2", title: "Mi lugar de confianza", quote: "Siempre salgo encantada. Nuria y su equipo no solo entienden lo que quiero, sino que me asesoran para el mejor cuidado de mi cabello y piel. La calidad de sus productos es inmejorable.", name: "Elena M.", role: "Empresaria", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-lovely-blonde-woman-casual-summer-clothing-smiles-pleasantly-sits-couch-surrounded-with-smart-phone_273609-2529.jpg", imageAlt: "Elena M. en una pose feliz"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Resultados naturales y duraderos",
|
||||
quote: "Buscaba un enfoque más natural para mi coloración y aquí lo encontré. El verde salvia que me aplicaron es precioso y ha durado muchísimo. Es mi peluquería de referencia en Getxo.",
|
||||
name: "Carla P.",
|
||||
role: "Profesora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie_23-2148558145.jpg",
|
||||
imageAlt: "Carla P. con una sonrisa",
|
||||
},
|
||||
id: "3", title: "Resultados naturales y duraderos", quote: "Buscaba un enfoque más natural para mi coloración y aquí lo encontré. El verde salvia que me aplicaron es precioso y ha durado muchísimo. Es mi peluquería de referencia en Getxo.", name: "Carla P.", role: "Profesora", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie_23-2148558145.jpg", imageAlt: "Carla P. con una sonrisa"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Un oasis de bienestar",
|
||||
quote: "Cada visita es un momento de desconexión y relax. El ambiente es tan tranquilo y el personal tan atento que es imposible no sentirse renovada. La estética saludable es un plus.",
|
||||
name: "Ana R.",
|
||||
role: "Diseñadora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-white-dress_1187-3820.jpg",
|
||||
imageAlt: "Ana R. mirando a la cámara",
|
||||
},
|
||||
id: "4", title: "Un oasis de bienestar", quote: "Cada visita es un momento de desconexión y relax. El ambiente es tan tranquilo y el personal tan atento que es imposible no sentirse renovada. La estética saludable es un plus.", name: "Ana R.", role: "Diseñadora", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-white-dress_1187-3820.jpg", imageAlt: "Ana R. mirando a la cámara"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Profesionalidad y calidez",
|
||||
quote: "Nuria Ibeas es sinónimo de profesionalidad y calidez humana. Siempre me siento escuchada y los tratamientos faciales son una maravilla. Gracias por cuidar de mí.",
|
||||
name: "Laura S.",
|
||||
role: "Administrativa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg",
|
||||
imageAlt: "Laura S. sonriendo amablemente",
|
||||
},
|
||||
id: "5", title: "Profesionalidad y calidez", quote: "Nuria Ibeas es sinónimo de profesionalidad y calidez humana. Siempre me siento escuchada y los tratamientos faciales son una maravilla. Gracias por cuidar de mí.", name: "Laura S.", role: "Administrativa", imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg", imageAlt: "Laura S. sonriendo amablemente"},
|
||||
{
|
||||
id: "6",
|
||||
title: "La mejor peluquería en Algorta",
|
||||
quote: "Después de probar varias peluquerías, Nuria Ibeas se ha convertido en mi favorita. Sus productos ecológicos y la pasión por su trabajo marcan la diferencia. ¡Un 10!",
|
||||
name: "Marta H.",
|
||||
role: "Nutricionista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-being-made-up_1157-247.jpg",
|
||||
imageAlt: "Marta H. con una expresión contenta",
|
||||
},
|
||||
id: "6", title: "La mejor peluquería en Algorta", quote: "Después de probar varias peluquerías, Nuria Ibeas se ha convertido en mi favorita. Sus productos ecológicos y la pasión por su trabajo marcan la diferencia. ¡Un 10!", name: "Marta H.", role: "Nutricionista", imageSrc: "http://img.b2bpic.net/free-photo/girl-being-made-up_1157-247.jpg", imageAlt: "Marta H. con una expresión contenta"},
|
||||
]}
|
||||
title="La Experiencia de Nuestras Clientes"
|
||||
description="La satisfacción de quienes nos eligen es nuestra mayor recompensa. Descubre lo que dicen sobre Nuria Ibeas Peluquería y Estética Saludable."
|
||||
@@ -355,60 +208,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-corte",
|
||||
badge: "Esencial",
|
||||
badgeIcon: Scissors,
|
||||
price: "Desde 35€",
|
||||
subtitle: "Para un cambio de look o mantenimiento.",
|
||||
buttons: [
|
||||
id: "plan-corte", badge: "Esencial", badgeIcon: Scissors,
|
||||
price: "Desde 35€", subtitle: "Para un cambio de look o mantenimiento.", buttons: [
|
||||
{
|
||||
text: "Reservar Corte",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar Corte", href: "#contacto"},
|
||||
],
|
||||
features: [
|
||||
"Asesoramiento personalizado",
|
||||
"Lavado y masaje capilar",
|
||||
"Corte y peinado",
|
||||
],
|
||||
"Asesoramiento personalizado", "Lavado y masaje capilar", "Corte y peinado"],
|
||||
},
|
||||
{
|
||||
id: "plan-coloracion",
|
||||
badge: "Premium",
|
||||
badgeIcon: Palette,
|
||||
price: "Desde 60€",
|
||||
subtitle: "Transforma tu cabello con coloración natural.",
|
||||
buttons: [
|
||||
id: "plan-coloracion", badge: "Premium", badgeIcon: Palette,
|
||||
price: "Desde 60€", subtitle: "Transforma tu cabello con coloración natural.", buttons: [
|
||||
{
|
||||
text: "Reservar Color",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar Color", href: "#contacto"},
|
||||
],
|
||||
features: [
|
||||
"Diagnóstico de color",
|
||||
"Coloración botánica",
|
||||
"Tratamiento post-color",
|
||||
"Peinado",
|
||||
],
|
||||
"Diagnóstico de color", "Coloración botánica", "Tratamiento post-color", "Peinado"],
|
||||
},
|
||||
{
|
||||
id: "plan-estetica",
|
||||
badge: "Bienestar",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Desde 50€",
|
||||
subtitle: "Para una piel radiante y relajación profunda.",
|
||||
buttons: [
|
||||
id: "plan-estetica", badge: "Bienestar", badgeIcon: Sparkles,
|
||||
price: "Desde 50€", subtitle: "Para una piel radiante y relajación profunda.", buttons: [
|
||||
{
|
||||
text: "Reservar Estética",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar Estética", href: "#contacto"},
|
||||
],
|
||||
features: [
|
||||
"Limpieza facial profunda",
|
||||
"Masaje relajante",
|
||||
"Mascarilla natural",
|
||||
"Hidratación intensiva",
|
||||
],
|
||||
"Limpieza facial profunda", "Masaje relajante", "Mascarilla natural", "Hidratación intensiva"],
|
||||
},
|
||||
]}
|
||||
title="Nuestras Tarifas de Servicios"
|
||||
@@ -423,35 +247,18 @@ export default function LandingPage() {
|
||||
description="Visítanos en Kasune Kalea, 12A, 48991 Algorta (Getxo), Bizkaia, España.\\\nHorario: Lunes a Viernes de 10:00 a 19:00, Sábados de 09:00 a 14:00. ¡Te esperamos!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu Nombre Completo",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Tu Nombre Completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Tu Número de Teléfono",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Tu Número de Teléfono", required: true,
|
||||
},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "service",
|
||||
label: "Servicio de Interés",
|
||||
options: [
|
||||
"Corte y Peinado",
|
||||
"Coloración Botánica",
|
||||
"Tratamiento Capilar",
|
||||
"Estética Facial",
|
||||
"Manicura/Pedicura",
|
||||
"Maquillaje",
|
||||
"Otros",
|
||||
],
|
||||
name: "service", label: "Servicio de Interés", options: [
|
||||
"Corte y Peinado", "Coloración Botánica", "Tratamiento Capilar", "Estética Facial", "Manicura/Pedicura", "Maquillaje", "Otros"],
|
||||
}}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Mensaje o Preferencia de Fecha (Opcional)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Mensaje o Preferencia de Fecha (Opcional)", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-denmark-gold-glitter-map-dark-background_559531-10631.jpg"
|
||||
@@ -466,70 +273,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Cortes",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Cortes", href: "#servicios"},
|
||||
{
|
||||
label: "Coloración",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Coloración", href: "#servicios"},
|
||||
{
|
||||
label: "Tratamientos Capilares",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Tratamientos Capilares", href: "#servicios"},
|
||||
{
|
||||
label: "Estética Facial",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Estética Facial", href: "#servicios"},
|
||||
{
|
||||
label: "Manicura y Pedicura",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Manicura y Pedicura", href: "#servicios"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enlaces Rápidos",
|
||||
items: [
|
||||
title: "Enlaces Rápidos", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "#nosotros"},
|
||||
{
|
||||
label: "Precios",
|
||||
href: "#precios",
|
||||
},
|
||||
label: "Precios", href: "#precios"},
|
||||
{
|
||||
label: "Galería",
|
||||
href: "#galeria",
|
||||
},
|
||||
label: "Galería", href: "#galeria"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Kasune Kalea, 12A",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
label: "Kasune Kalea, 12A", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
{
|
||||
label: "48991 Algorta (Getxo)",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
label: "48991 Algorta (Getxo)", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
{
|
||||
label: "Teléfono: +34 747 403 113",
|
||||
href: "tel:+34747403113",
|
||||
},
|
||||
label: "Teléfono: +34 747 403 113", href: "tel:+34747403113"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/34747403113",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/34747403113"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user