Merge version_2 into main #1
325
src/app/page.tsx
325
src/app/page.tsx
@@ -33,82 +33,51 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Cristina Rios Spa"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
imagePosition="right"
|
||||
title="Radiance Redefined for Your Nails, Brows & Lashes"
|
||||
description="Experience premium beauty services at Cristina Rios Spa Uñas, Cejas y Pestañas. We specialize in stunning nails, perfectly shaped brows, and captivating lashes, delivered with expert care and impeccable hygiene in El Carmen de Viboral."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.6",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "4.6", label: "Star Rating"},
|
||||
{
|
||||
value: "21+",
|
||||
label: "Happy Reviews",
|
||||
},
|
||||
value: "21+", label: "Happy Reviews"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years of Expertise",
|
||||
},
|
||||
value: "5+", label: "Years of Expertise"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-women-showing-different-types-beauty-bodies_23-2148931793.jpg",
|
||||
alt: "Happy client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-women-showing-different-types-beauty-bodies_23-2148931793.jpg", alt: "Happy client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg",
|
||||
alt: "Happy client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg", alt: "Happy client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-casual-clothes_273609-22619.jpg",
|
||||
alt: "Happy client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-casual-clothes_273609-22619.jpg", alt: "Happy client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4410.jpg",
|
||||
alt: "Happy client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4410.jpg", alt: "Happy client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg",
|
||||
alt: "Happy client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", alt: "Happy client 5"},
|
||||
]}
|
||||
avatarText="Join our satisfied clients!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg"
|
||||
@@ -116,39 +85,25 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Products",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Quality Products", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Technicians",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Expert Technicians", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relaxing Ambiance",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Relaxing Ambiance", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hygiene Focused",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Hygiene Focused", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Care",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Personalized Care", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -175,37 +130,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "nails",
|
||||
title: "Exquisite Nail Care",
|
||||
description: "From classic manicures and pedicures to custom gel and acrylic nail art, we ensure your hands and feet are pampered to perfection.",
|
||||
tag: "Nails",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-dentist-holding-teeth-plaster-mold_23-2147906072.jpg",
|
||||
imageAlt: "Close up of elegant nail art manicure",
|
||||
},
|
||||
id: "nails", title: "Exquisite Nail Care", description: "From classic manicures and pedicures to custom gel and acrylic nail art, we ensure your hands and feet are pampered to perfection.", tag: "Nails", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-dentist-holding-teeth-plaster-mold_23-2147906072.jpg", imageAlt: "Close up of elegant nail art manicure"},
|
||||
{
|
||||
id: "brows",
|
||||
title: "Perfectly Sculpted Brows",
|
||||
description: "Achieve your ideal brow shape with our expert waxing, threading, lamination, and tinting services, tailored to frame your face beautifully.",
|
||||
tag: "Brows",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-getting-eyebrow-treatment-by-beautician_23-2148845980.jpg",
|
||||
imageAlt: "Woman getting eyebrow shaping treatment",
|
||||
},
|
||||
id: "brows", title: "Perfectly Sculpted Brows", description: "Achieve your ideal brow shape with our expert waxing, threading, lamination, and tinting services, tailored to frame your face beautifully.", tag: "Brows", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-getting-eyebrow-treatment-by-beautician_23-2148845980.jpg", imageAlt: "Woman getting eyebrow shaping treatment"},
|
||||
{
|
||||
id: "lashes",
|
||||
title: "Captivating Lash Enhancements",
|
||||
description: "Whether you desire dramatic volume or natural length, our lash extensions, lifts, and tints will make your eyes truly pop.",
|
||||
tag: "Lashes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-holding-brush-high-angle_23-2149627167.jpg",
|
||||
imageAlt: "Close up of woman's eyes with lash extensions",
|
||||
},
|
||||
id: "lashes", title: "Captivating Lash Enhancements", description: "Whether you desire dramatic volume or natural length, our lash extensions, lifts, and tints will make your eyes truly pop.", tag: "Lashes", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-holding-brush-high-angle_23-2149627167.jpg", imageAlt: "Close up of woman's eyes with lash extensions"},
|
||||
{
|
||||
id: "skincare",
|
||||
title: "Rejuvenating Skincare",
|
||||
description: "Indulge in our bespoke facial treatments designed to cleanse, nourish, and revitalize your skin, leaving you with a fresh, radiant complexion.",
|
||||
tag: "Skincare",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-beautiful-young-vlogger-content-maker-recording-video-about-makeup_1258-254143.jpg",
|
||||
imageAlt: "Woman relaxing during a facial skincare treatment",
|
||||
},
|
||||
id: "skincare", title: "Rejuvenating Skincare", description: "Indulge in our bespoke facial treatments designed to cleanse, nourish, and revitalize your skin, leaving you with a fresh, radiant complexion.", tag: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-beautiful-young-vlogger-content-maker-recording-video-about-makeup_1258-254143.jpg", imageAlt: "Woman relaxing during a facial skincare treatment"},
|
||||
]}
|
||||
title="Our Signature Beauty Services"
|
||||
description="Explore our comprehensive range of specialized treatments designed to elevate your unique style and bring out your inner glow."
|
||||
@@ -220,47 +151,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Manicure Deluxe",
|
||||
price: "$60,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-trying-ring-sizes-hand-jewelry-workshop_1153-3522.jpg",
|
||||
imageAlt: "Luxury manicure treatment with essential oils",
|
||||
},
|
||||
id: "p1", name: "Manicure Deluxe", price: "$60,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/client-trying-ring-sizes-hand-jewelry-workshop_1153-3522.jpg", imageAlt: "Luxury manicure treatment with essential oils"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pedicure Spa",
|
||||
price: "$75,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/masseuse-use-two-hand-foot-massage-with-young-female_1150-20443.jpg",
|
||||
imageAlt: "Relaxing spa pedicure with warm water and flowers",
|
||||
},
|
||||
id: "p2", name: "Pedicure Spa", price: "$75,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/masseuse-use-two-hand-foot-massage-with-young-female_1150-20443.jpg", imageAlt: "Relaxing spa pedicure with warm water and flowers"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Lash Extensions",
|
||||
price: "$120,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg",
|
||||
imageAlt: "Woman's eyes with beautifully applied classic lash extensions",
|
||||
},
|
||||
id: "p3", name: "Classic Lash Extensions", price: "$120,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Woman's eyes with beautifully applied classic lash extensions"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Brow Lamination",
|
||||
price: "$80,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238686.jpg",
|
||||
imageAlt: "Perfectly styled and lifted laminated eyebrows",
|
||||
},
|
||||
id: "p4", name: "Brow Lamination", price: "$80,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238686.jpg", imageAlt: "Perfectly styled and lifted laminated eyebrows"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Brow Tinting & Shaping",
|
||||
price: "$55,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-make-up-brush_23-2149190655.jpg",
|
||||
imageAlt: "Professional brow tinting application",
|
||||
},
|
||||
id: "p5", name: "Brow Tinting & Shaping", price: "$55,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-make-up-brush_23-2149190655.jpg", imageAlt: "Professional brow tinting application"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Full Set Gel Nails",
|
||||
price: "$90,000 COP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg",
|
||||
imageAlt: "Vibrant full set of gel nails",
|
||||
},
|
||||
id: "p6", name: "Full Set Gel Nails", price: "$90,000 COP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg", imageAlt: "Vibrant full set of gel nails"},
|
||||
]}
|
||||
title="Curated Beauty Packages"
|
||||
description="Indulge in our exclusive packages and individual treatments, crafted to offer a holistic beauty experience and exceptional value."
|
||||
@@ -274,23 +175,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.6",
|
||||
},
|
||||
id: "m1", icon: Star,
|
||||
title: "Average Rating", value: "4.6"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Heart,
|
||||
title: "Happy Clients",
|
||||
value: "21+",
|
||||
},
|
||||
id: "m2", icon: Heart,
|
||||
title: "Happy Clients", value: "21+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Years of Service",
|
||||
value: "5+",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Years of Service", value: "5+"},
|
||||
]}
|
||||
title="Our Achievements Speak Volumes"
|
||||
description="We are proud of the trust our clients place in us and the consistent excellence we deliver in every service."
|
||||
@@ -305,59 +197,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Deisy Valencia",
|
||||
role: "Satisfied Client",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg",
|
||||
videoAriaLabel: "Testimonial video",
|
||||
},
|
||||
id: "t1", name: "Deisy Valencia", role: "Satisfied Client", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg", videoAriaLabel: "Testimonial video"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Veronica Olarte",
|
||||
role: "Loyal Customer",
|
||||
company: "Beauty Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-exited-young-hipster-girl-with-pink-trendy-hairs-bright-make-up-ready-celebration-winter-fur-leopard-coat-positive-mood-ready-celebration_291049-1660.jpg",
|
||||
videoAriaLabel: "Testimonial video",
|
||||
},
|
||||
id: "t2", name: "Veronica Olarte", role: "Loyal Customer", company: "Beauty Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-exited-young-hipster-girl-with-pink-trendy-hairs-bright-make-up-ready-celebration-winter-fur-leopard-coat-positive-mood-ready-celebration_291049-1660.jpg", videoAriaLabel: "Testimonial video"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Miguel Cortes",
|
||||
role: "Happy Partner",
|
||||
company: "Business Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg",
|
||||
videoAriaLabel: "Testimonial video",
|
||||
},
|
||||
id: "t3", name: "Miguel Cortes", role: "Happy Partner", company: "Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", videoAriaLabel: "Testimonial video"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Andrea Ramirez",
|
||||
role: "Regular Client",
|
||||
company: "Fashion Blogger",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg",
|
||||
videoAriaLabel: "Testimonial video",
|
||||
},
|
||||
id: "t4", name: "Andrea Ramirez", role: "Regular Client", company: "Fashion Blogger", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", videoAriaLabel: "Testimonial video"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura Giraldo",
|
||||
role: "Spa Lover",
|
||||
company: "Beauty Consultant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285937.jpg",
|
||||
videoAriaLabel: "Testimonial video",
|
||||
},
|
||||
id: "t5", name: "Laura Giraldo", role: "Spa Lover", company: "Beauty Consultant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285937.jpg", videoAriaLabel: "Testimonial video"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Sofía Vargas",
|
||||
role: "New Client",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hiding-sheets-home_23-2148832934.jpg",
|
||||
videoAriaLabel: "Testimonial video",
|
||||
},
|
||||
id: "t6", name: "Sofía Vargas", role: "New Client", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hiding-sheets-home_23-2148832934.jpg", videoAriaLabel: "Testimonial video"},
|
||||
]}
|
||||
title="What Our Clients Say About Us"
|
||||
description="Hear directly from our delighted clients about their experiences and why they choose Cristina Rios Spa for their beauty needs."
|
||||
@@ -369,30 +225,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Cómo puedo reservar una cita?",
|
||||
content: "Puedes reservar tu cita directamente a través de nuestro botón 'Reservar Ahora' o llamándonos al 312 8765031 durante nuestro horario de atención.",
|
||||
},
|
||||
id: "f1", title: "¿Cómo puedo reservar una cita?", content: "Puedes reservar tu cita directamente a través de nuestro botón 'Reservar Ahora' o llamándonos al 312 8765031 durante nuestro horario de atención."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Qué métodos de pago aceptan?",
|
||||
content: "Aceptamos pagos en efectivo, tarjetas de crédito y débito para tu conveniencia.",
|
||||
},
|
||||
id: "f2", title: "¿Qué métodos de pago aceptan?", content: "Aceptamos pagos en efectivo, tarjetas de crédito y débito para tu conveniencia."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Con cuánto tiempo de antelación debo reservar?",
|
||||
content: "Recomendamos reservar con al menos 24-48 horas de antelación para asegurar tu horario preferido, especialmente para servicios populares o los fines de semana.",
|
||||
},
|
||||
id: "f3", title: "¿Con cuánto tiempo de antelación debo reservar?", content: "Recomendamos reservar con al menos 24-48 horas de antelación para asegurar tu horario preferido, especialmente para servicios populares o los fines de semana."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "¿Ofrecen paquetes de regalo o tarjetas?",
|
||||
content: "Sí, ofrecemos tarjetas de regalo personalizables, perfectas para cualquier ocasión. Pregunta a nuestro personal para más detalles.",
|
||||
},
|
||||
id: "f4", title: "¿Ofrecen paquetes de regalo o tarjetas?", content: "Sí, ofrecemos tarjetas de regalo personalizables, perfectas para cualquier ocasión. Pregunta a nuestro personal para más detalles."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "¿Cuáles son sus horarios de atención?",
|
||||
content: "Nuestro spa está abierto de Martes a Sábado, de 9:00 AM a 7:00 PM. Los Lunes y Domingos estamos cerrados.",
|
||||
},
|
||||
id: "f5", title: "¿Cuáles son sus horarios de atención?", content: "Nuestro spa está abierto de Martes a Sábado, de 9:00 AM a 7:00 PM. Los Lunes y Domingos estamos cerrados."},
|
||||
]}
|
||||
sideTitle="Common Questions & Answers"
|
||||
sideDescription="Find quick and helpful answers to the most frequently asked questions about our services, booking process, and spa policies."
|
||||
@@ -405,8 +246,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Book Your Appointment"
|
||||
title="Connect With Us"
|
||||
description="Ready to experience premium beauty and relaxation? Schedule your visit to Cristina Rios Spa Uñas, Cejas y Pestañas today. We look forward to pampering you!"
|
||||
@@ -423,62 +263,39 @@ export default function LandingPage() {
|
||||
logoText="Cristina Rios Spa"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Nail Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cuidado de Uñas", href: "#services"},
|
||||
{
|
||||
label: "Brow Shaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Diseño de Cejas", href: "#services"},
|
||||
{
|
||||
label: "Lash Enhancements",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Extensiones de Pestañas", href: "#services"},
|
||||
{
|
||||
label: "Skincare",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cuidado Facial", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Compañía", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonios", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Preguntas Frecuentes", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Cristina Rios Spa. All rights reserved."
|
||||
copyrightText="© 2024 Cristina Rios Spa. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user