Merge version_2 into main #3
@@ -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>
|
||||
);
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcfaf5;
|
||||
--card: #ffffff;
|
||||
--foreground: #2a2723;
|
||||
--primary-cta: #d4a762;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e3ded6;
|
||||
--secondary-cta-text: #2a2723;
|
||||
--accent: #8b9a8b;
|
||||
--background-accent: #c9d3c9;
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user