Update src/app/page.tsx

This commit is contained in:
2026-04-30 15:19:35 +00:00
parent 1fff3848ad
commit 8a421cedc4

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>