|
|
|
|
@@ -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, Hand, Flower, Gem } from "lucide-react";
|
|
|
|
|
import { CalendarCheck, Heart, Leaf, Palette, Scissors, Sparkles, Star, Users, Hand, Flower, Gem, MessageCircle } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -244,7 +244,8 @@ export default function LandingPage() {
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Agenda tu Momento de Bienestar"
|
|
|
|
|
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!"
|
|
|
|
|
description="Visítanos en Kasune Kalea, 12A, 48991 Algorta (Getxo), Bizkaia, España.\
|
|
|
|
|
Horario: 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,
|
|
|
|
|
@@ -314,9 +315,20 @@ export default function LandingPage() {
|
|
|
|
|
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"
|
|
|
|
|
logoText="Nuria Ibeas"
|
|
|
|
|
copyrightText="© 2024 Nuria Ibeas Peluquería y Estética Saludable. Todos los derechos reservados."
|
|
|
|
|
copyrightText="© 2025 Nuria Ibeas Peluquería y Estética Saludable. Todos los derechos reservados."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/* Floating WhatsApp Button */}
|
|
|
|
|
<a
|
|
|
|
|
href="https://wa.me/34747403113"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
className="fixed bottom-6 right-6 z-50 flex items-center justify-center w-14 h-14 rounded-full bg-green-500 text-white shadow-lg hover:bg-green-600 transition-all duration-300"
|
|
|
|
|
aria-label="Contact us on WhatsApp"
|
|
|
|
|
>
|
|
|
|
|
<MessageCircle size={28} />
|
|
|
|
|
</a>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
|