Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-30 15:19:38 +00:00

View File

@@ -6,7 +6,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Sparkles, User, Flame } from "lucide-react";
export default function EspacioVenusPage() {
return (
@@ -78,6 +77,7 @@ export default function EspacioVenusPage() {
{ title: "Legal", items: [{ label: "Política de Privacidad", href: "#" }] }
]}
bottomLeftText="© 2024 Espacio Venus Spa."
bottomRightText="Todos los derechos reservados."
/>
</div>
</ReactLenis>