Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-13 11:14:42 +00:00

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "Contacto", id: "contact" },
]}
brandName="Glamsun"
button={{ text: "Reservar", href: "https://wa.me/34600000000" }}
button={{ text: "Reservar", href: "https://wa.me/34655832540" }}
/>
</div>
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroOverlay
title="Glamsun: Tu Centro de Confianza"
description="Realza tu belleza natural con tratamientos personalizados diseñados para tu estilo de vida único."
buttons={[{ text: "Reservar por WhatsApp", href: "https://wa.me/34600000000" }]}
buttons={[{ text: "Reservar por WhatsApp", href: "https://wa.me/34655832540" }]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", alt: "Clienta feliz 1" },
@@ -72,10 +72,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Peluquería", description: "Estilismo profesional y personalizado para resaltar tu belleza natural.", buttonIcon: Scissors, imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-barber-female-uses-hair-dryer-barbershop_613910-5753.jpg", buttonHref: "https://wa.me/34600000000" },
{ title: "Estética Avanzada", description: "Tratamientos innovadores con resultados visibles desde la primera sesión.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/three-girls-have-pajamas-party-home_1157-30428.jpg", buttonHref: "https://wa.me/34600000000" },
{ title: "Rayos UVA", description: "Consigue ese tono bronceado perfecto de forma segura y uniforme.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/stomatology-orthodontic-hospital-room-equipped-with-uv-lamp-teeth-whitening-device-stomatological-office-ready-professional-dentistry-procedure-ultraviolet-oral-dental-machine_482257-9416.jpg", buttonHref: "https://wa.me/34600000000" },
{ title: "Diseño de cejas", description: "Enmarcamos tu mirada con técnicas de precisión y visagismo profesional.", buttonIcon: Eye, imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-clinician-doing-eyebrow-treatment-woman_23-2148846014.jpg", buttonHref: "https://wa.me/34600000000" },
{ title: "Peluquería", description: "Estilismo profesional y personalizado para resaltar tu belleza natural.", buttonIcon: Scissors, imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-barber-female-uses-hair-dryer-barbershop_613910-5753.jpg", buttonHref: "https://wa.me/34655832540" },
{ title: "Estética Avanzada", description: "Tratamientos innovadores con resultados visibles desde la primera sesión.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/three-girls-have-pajamas-party-home_1157-30428.jpg", buttonHref: "https://wa.me/34655832540" },
{ title: "Rayos UVA", description: "Consigue ese tono bronceado perfecto de forma segura y uniforme.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/stomatology-orthodontic-hospital-room-equipped-with-uv-lamp-teeth-whitening-device-stomatological-office-ready-professional-dentistry-procedure-ultraviolet-oral-dental-machine_482257-9416.jpg", buttonHref: "https://wa.me/34655832540" },
{ title: "Diseño de cejas", description: "Enmarcamos tu mirada con técnicas de precisión y visagismo profesional.", buttonIcon: Eye, imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-clinician-doing-eyebrow-treatment-woman_23-2148846014.jpg", buttonHref: "https://wa.me/34655832540" },
]}
title="Nuestros Servicios"
description="Profesionalidad y cercanía en cada detalle."
@@ -155,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}