diff --git a/src/app/glamorous-evening-makeup/page.tsx b/src/app/glamorous-evening-makeup/page.tsx index 4e8e1a2..f53b19f 100644 --- a/src/app/glamorous-evening-makeup/page.tsx +++ b/src/app/glamorous-evening-makeup/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, Eye, Palette, Wand2 } from 'lucide-react'; export default function GlamorousEveningMakeupPage() { return ( @@ -19,7 +15,7 @@ export default function GlamorousEveningMakeupPage() { 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 GlamorousEveningMakeupPage() { -
- -
- -
- -
- -
- -
- -
+
@@ -184,18 +105,27 @@ export default function GlamorousEveningMakeupPage() { columns={[ { title: "Servicios", items: [ - { label: "Maquillaje de Noche", href: "/glamorous-evening-makeup" }, - { label: "Spa Pedicure", href: "/spa-pedicure" }, - { label: "Tratamientos Faciales", href: "/" }, - { label: "Cejas y Pestañas", href: "/" } + { 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 GlamorousEveningMakeupPage() { ] } ]} - copyrightText="© 2025 Cloud Studio. Todos los derechos reservados." + copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral." />