diff --git a/src/app/chemical-exfoliation/page.tsx b/src/app/chemical-exfoliation/page.tsx
index 8fb1452..0bb896e 100644
--- a/src/app/chemical-exfoliation/page.tsx
+++ b/src/app/chemical-exfoliation/page.tsx
@@ -3,11 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles, Zap, Droplets, ShieldCheck } from 'lucide-react';
export default function ChemicalExfoliationPage() {
return (
@@ -17,7 +15,7 @@ export default function ChemicalExfoliationPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -26,12 +24,11 @@ export default function ChemicalExfoliationPage() {
-
-
-
-
Paso 1: Consulta y Evaluación
-
Análisis completo del tipo de piel, sensibilidad, condiciones médicas y objetivos del tratamiento. Se determina el tipo de ácido y concentración óptima para tu piel.
-
- - Identificación del tipo de piel
- - Evaluación de sensibilidad
- - Selección de ácido apropiado
- - Prueba de tolerancia si es necesaria
-
-
-
-
Paso 2: Preparación de la Piel
-
Limpieza profunda e higiene de la zona. Neutralización del pH natural. Aplicación de protectores en áreas sensibles. Cálculo del tiempo de actuación según el tipo de piel.
-
- - Limpieza exhaustiva
- - Equilibrio del pH
- - Protección de zonas sensibles
- - Preparación del neutralizador
-
-
-
-
Paso 3: Aplicación del Ácido
-
Aplicación uniforme del ácido exfoliante con técnica profesional. Monitoreo constante durante el tiempo de actuación. Control de sensación y reacción de la piel en tiempo real.
-
- - Aplicación en capas uniformes
- - Tiempo de actuación (5-15 min)
- - Monitoreo continuo de la reacción
- - Neutralización precisa
-
-
-
-
Paso 4: Recuperación y Cuidados
-
Aplicación de máscaras calmantes, sueros hidratantes y protectores solares. Instrucciones detalladas para cuidados posteriores. Recomendaciones de productos para mantener resultados.
-
- - Máscara calmante profesional
- - Serum reparador intenso
- - Protector solar SPF 50+
- - Rutina post-tratamiento
-
-
-
-
-
-
+
@@ -168,18 +105,19 @@ export default function ChemicalExfoliationPage() {
columns={[
{
title: "Servicios", items: [
- { label: "Exfoliación Química", href: "#process" },
{ label: "Maquillaje Profesional", href: "/" },
- { label: "Tratamientos Faciales", href: "/" },
- { label: "Cejas y Pestañas", href: "/" }
+ { label: "Uñas Acrílicas", href: "/acrylic-nails" },
+ { label: "Lash Lifting", href: "/lash-lifting" },
+ { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" },
+ { label: "Masajes de Relajación", href: "/relaxation-massage" }
]
},
{
- title: "Guías", items: [
- { label: "Limpieza Facial Profunda", href: "/deep-facial-cleansing" },
- { label: "Depilación con Cera", href: "/eyebrow-waxing" },
- { label: "Exfoliación Química", href: "#process" },
- { label: "Todos los Tratamientos", href: "/" }
+ title: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
@@ -187,7 +125,7 @@ export default function ChemicalExfoliationPage() {
{ label: "Sobre Nosotros", href: "/" },
{ label: "Testimonios", href: "/" },
{ label: "Preguntas Frecuentes", href: "/" },
- { label: "Contacto", href: "#contact" }
+ { label: "Contacto", href: "contact" }
]
},
{
@@ -204,4 +142,4 @@ export default function ChemicalExfoliationPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/deep-facial-cleansing/page.tsx b/src/app/deep-facial-cleansing/page.tsx
index 93ec354..124a440 100644
--- a/src/app/deep-facial-cleansing/page.tsx
+++ b/src/app/deep-facial-cleansing/page.tsx
@@ -3,11 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles, Droplets, Wind, Shield } from 'lucide-react';
export default function DeepFacialCleansingPage() {
return (
@@ -17,7 +15,7 @@ export default function DeepFacialCleansingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -26,12 +24,11 @@ export default function DeepFacialCleansingPage() {
-
-
-
-
Paso 1: Consulta Inicial
-
Evaluación completa del tipo de piel, sensibilidad y necesidades específicas. Se realiza un análisis detallado para determinar el protocolo personalizado.
-
- - Identificación del tipo de piel
- - Evaluación de sensibilidad
- - Determinación de objetivos
-
-
-
-
Paso 2: Desmaquillante y Limpieza
-
Uso de desmaquillante suave seguido de limpiador específico para remover impurezas, maquillaje y residuos sin dañar la piel.
-
- - Aplicación de desmaquillante hidratante
- - Masaje circular de 2-3 minutos
- - Enjuague con agua tibia
-
-
-
-
Paso 3: Tratamiento Activo
-
Aplicación de máscara o suero limpiador profundo con activos específicos para eliminar poros dilatados, puntos negros y toxinas.
-
- - Aplicación de máscara purificante
- - Tiempo de actuación (15-20 min)
- - Masaje con herramientas profesionales
-
-
-
-
Paso 4: Hidratación y Protección
-
Aplicación de tónicos hidratantes, sueros y protectores solares para restablecer el pH y proteger la piel limpia.
-
- - Aplicación de tónico equilibrante
- - Serum hidratante profesional
- - Protector solar SPF 50+
-
-
-
-
-
-
+
@@ -164,18 +105,19 @@ export default function DeepFacialCleansingPage() {
columns={[
{
title: "Servicios", items: [
- { label: "Limpieza Facial Profunda", href: "#process" },
{ label: "Maquillaje Profesional", href: "/" },
- { label: "Cuidado de Uñas", href: "/" },
- { label: "Cejas y Pestañas", href: "/" }
+ { label: "Uñas Acrílicas", href: "/acrylic-nails" },
+ { label: "Lash Lifting", href: "/lash-lifting" },
+ { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" },
+ { label: "Masajes de Relajación", href: "/relaxation-massage" }
]
},
{
- title: "Guías", items: [
- { label: "Limpieza Facial Profunda", href: "#process" },
- { label: "Depilación con Cera", href: "/eyebrow-waxing" },
- { label: "Exfoliación Química", href: "/chemical-exfoliation" },
- { label: "Todos los Tratamientos", href: "/" }
+ title: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
@@ -183,7 +125,7 @@ export default function DeepFacialCleansingPage() {
{ label: "Sobre Nosotros", href: "/" },
{ label: "Testimonios", href: "/" },
{ label: "Preguntas Frecuentes", href: "/" },
- { label: "Contacto", href: "#contact" }
+ { label: "Contacto", href: "contact" }
]
},
{
@@ -200,4 +142,4 @@ export default function DeepFacialCleansingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/eyebrow-waxing/page.tsx b/src/app/eyebrow-waxing/page.tsx
index c9fc373..b529e0e 100644
--- a/src/app/eyebrow-waxing/page.tsx
+++ b/src/app/eyebrow-waxing/page.tsx
@@ -3,11 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles, Zap, Shield, Heart } from 'lucide-react';
export default function EyebrowWaxingPage() {
return (
@@ -17,7 +15,7 @@ export default function EyebrowWaxingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -26,12 +24,11 @@ export default function EyebrowWaxingPage() {
-
-
-
-
Paso 1: Consulta y Diseño
-
Análisis completo de la forma facial, estructura ósea y proporciones para diseñar cejas que realcen tu belleza natural. Se discuten opciones y preferencias personales.
-
- - Evaluación de forma facial
- - Análisis de simetría
- - Diseño personalizado
-
-
-
-
Paso 2: Preparación de la Piel
-
Limpieza e higiene de la zona. Aplicación de exfoliante suave para remover células muertas. Se aplica talco o polvos para absorber humedad y facilitar la depilación.
-
- - Limpieza profunda de la zona
- - Aplicación de talco o polvo
- - Cuidado de piel sensible
-
-
-
-
Paso 3: Aplicación de Cera
-
Aplicación de cera profesional a temperatura óptima en dirección del crecimiento del vello. Se utiliza técnica de aplicación precisa para máxima efectividad y comodidad.
-
- - Calentamiento apropiado de cera
- - Aplicación en dirección correcta
- - Tiempo de endurecimiento (15-20 seg)
-
-
-
-
Paso 4: Cuidados Post-Tratamiento
-
Aplicación de crema calmante y protectora. Se proporcionan instrucciones de cuidado para mantener los resultados y evitar irritación en los próximos días.
-
- - Aplicación de bálsamo calmante
- - Evitar calor 24 horas
- - Hidratación diaria
-
-
-
-
-
-
+
@@ -164,18 +105,19 @@ export default function EyebrowWaxingPage() {
columns={[
{
title: "Servicios", items: [
- { label: "Depilación de Cejas", href: "#process" },
{ label: "Maquillaje Profesional", href: "/" },
- { label: "Cuidado de Uñas", href: "/" },
- { label: "Tratamientos Faciales", href: "/" }
+ { label: "Uñas Acrílicas", href: "/acrylic-nails" },
+ { label: "Lash Lifting", href: "/lash-lifting" },
+ { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" },
+ { label: "Masajes de Relajación", href: "/relaxation-massage" }
]
},
{
- title: "Guías", items: [
- { label: "Limpieza Facial Profunda", href: "/deep-facial-cleansing" },
- { label: "Depilación con Cera", href: "#process" },
- { label: "Exfoliación Química", href: "/chemical-exfoliation" },
- { label: "Todos los Tratamientos", href: "/" }
+ title: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
@@ -183,7 +125,7 @@ export default function EyebrowWaxingPage() {
{ label: "Sobre Nosotros", href: "/" },
{ label: "Testimonios", href: "/" },
{ label: "Preguntas Frecuentes", href: "/" },
- { label: "Contacto", href: "#contact" }
+ { label: "Contacto", href: "contact" }
]
},
{
@@ -200,4 +142,4 @@ export default function EyebrowWaxingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/eyelash-extensions/page.tsx b/src/app/eyelash-extensions/page.tsx
index 8552c0d..ec2be69 100644
--- a/src/app/eyelash-extensions/page.tsx
+++ b/src/app/eyelash-extensions/page.tsx
@@ -3,14 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
-import FeatureBento from '@/components/sections/feature/FeatureBento';
-import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles, Star, Zap } from 'lucide-react';
export default function EyelashExtensionsPage() {
return (
@@ -20,7 +15,7 @@ export default function EyelashExtensionsPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -29,15 +24,11 @@ export default function EyelashExtensionsPage() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -219,40 +104,40 @@ export default function EyelashExtensionsPage() {
logoText="Cloud Studio"
columns={[
{
- title: "Servicios de Pestañas", items: [
- { label: "Extensiones Clásicas", href: "#features" },
- { label: "Volumen Ruso", href: "#features" },
- { label: "Volumen Híbrido", href: "#features" },
- { label: "Lash Lift & Tint", href: "#features" },
- { label: "Retoques", href: "#features" }
+ title: "Servicios", items: [
+ { label: "Maquillaje Profesional", href: "/" },
+ { label: "Uñas Acrílicas", href: "/acrylic-nails" },
+ { label: "Lash Lifting", href: "/lash-lifting" },
+ { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" },
+ { label: "Masajes de Relajación", href: "/relaxation-massage" }
]
},
{
- title: "Precios y Planes", items: [
- { label: "Clásico Básico", href: "#pricing" },
- { label: "Volumen Premium", href: "#pricing" },
- { label: "Mega Volumen", href: "#pricing" },
- { label: "Membresía Anual", href: "#pricing" }
+ title: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
- title: "Cloud Studio", items: [
- { label: "Inicio", href: "/" },
- { label: "Todos los Servicios", href: "/#services" },
- { label: "Contacto", href: "#contact" },
- { label: "Preguntas Frecuentes", href: "#faq" }
+ title: "Empresa", items: [
+ { label: "Sobre Nosotros", href: "/" },
+ { label: "Testimonios", href: "/" },
+ { label: "Preguntas Frecuentes", href: "/" },
+ { label: "Contacto", href: "contact" }
]
},
{
title: "Legal", items: [
{ label: "Política de Privacidad", href: "#" },
{ label: "Términos de Servicio", href: "#" },
- { label: "Política de Cancelación", href: "#" },
- { label: "Cuidado de Pestañas", href: "#" }
+ { label: "Política de Cookies", href: "#" },
+ { label: "Política de Devoluciones", href: "#" }
]
}
]}
- copyrightText="© 2025 Cloud Studio. Especialistas en extensiones de pestañas premium."
+ copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral."
/>
diff --git a/src/app/facial-hydration/page.tsx b/src/app/facial-hydration/page.tsx
index 1d55565..6c24258 100644
--- a/src/app/facial-hydration/page.tsx
+++ b/src/app/facial-hydration/page.tsx
@@ -3,13 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
-import FeatureBento from '@/components/sections/feature/FeatureBento';
-import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles, Droplet, Wind, Heart } from 'lucide-react';
export default function FacialHydrationPage() {
return (
@@ -19,7 +15,7 @@ export default function FacialHydrationPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -28,10 +24,10 @@ export default function FacialHydrationPage() {
-
-
-
-
-
-
-
-
-
-
-
+
@@ -184,18 +105,27 @@ export default function FacialHydrationPage() {
columns={[
{
title: "Servicios", items: [
- { label: "Facial Hidratante", href: "/facial-hydration" },
- { label: "Diseño de Cejas", href: "/henna-eyebrow-design" },
- { label: "Maquillaje de Noche", href: "/glamorous-evening-makeup" },
- { label: "Spa Pedicure", href: "/spa-pedicure" }
+ { label: "Maquillaje Profesional", href: "/" },
+ { label: "Uñas Acrílicas", href: "/acrylic-nails" },
+ { label: "Lash Lifting", href: "/lash-lifting" },
+ { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" },
+ { label: "Masajes de Relajación", href: "/relaxation-massage" }
+ ]
+ },
+ {
+ title: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
title: "Empresa", items: [
- { label: "Sobre Nosotros", href: "/#about" },
- { label: "Testimonios", href: "/#testimonials" },
- { label: "Preguntas Frecuentes", href: "#faq" },
- { label: "Contacto", href: "#contact" }
+ { label: "Sobre Nosotros", href: "/" },
+ { label: "Testimonios", href: "/" },
+ { label: "Preguntas Frecuentes", href: "/" },
+ { label: "Contacto", href: "contact" }
]
},
{
@@ -207,7 +137,7 @@ export default function FacialHydrationPage() {
]
}
]}
- copyrightText="© 2025 Cloud Studio. Todos los derechos reservados."
+ copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral."
/>
diff --git a/src/app/facial-massage/page.tsx b/src/app/facial-massage/page.tsx
index b127f3f..f168e6f 100644
--- a/src/app/facial-massage/page.tsx
+++ b/src/app/facial-massage/page.tsx
@@ -3,14 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
-import FeatureBento from '@/components/sections/feature/FeatureBento';
-import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Heart, Sparkles, Clock, Shield } from 'lucide-react';
export default function FacialMassagePage() {
return (
@@ -20,7 +15,7 @@ export default function FacialMassagePage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -29,10 +24,10 @@ export default function FacialMassagePage() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -274,32 +105,41 @@ export default function FacialMassagePage() {
columns={[
{
title: "Servicios", items: [
- { label: "Radiofrecuencia Facial", href: "/radiofrequency-facial" },
- { label: "Masaje Facial", href: "/facial-massage" },
{ label: "Maquillaje Profesional", href: "/" },
- { label: "Tratamientos Faciales", href: "/" }
+ { label: "Uñas Acrílicas", href: "/acrylic-nails" },
+ { label: "Lash Lifting", href: "/lash-lifting" },
+ { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" },
+ { label: "Masajes de Relajación", href: "/relaxation-massage" }
+ ]
+ },
+ {
+ title: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
title: "Empresa", items: [
{ label: "Sobre Nosotros", href: "/" },
- { label: "Testimonios", href: "#testimonials" },
- { label: "Preguntas Frecuentes", href: "#faq" },
- { label: "Contacto", href: "#contact" }
+ { label: "Testimonios", href: "/" },
+ { label: "Preguntas Frecuentes", href: "/" },
+ { label: "Contacto", href: "contact" }
]
},
{
- title: "Información", items: [
+ title: "Legal", items: [
{ label: "Política de Privacidad", href: "#" },
{ label: "Términos de Servicio", href: "#" },
- { label: "Política de Cancelación", href: "#" },
+ { label: "Política de Cookies", href: "#" },
{ label: "Política de Devoluciones", href: "#" }
]
}
]}
- copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Masaje Facial - Belleza y bienestar integral."
+ copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral."
/>
);
-}
+}
\ No newline at end of file