From 8a421cedc4dd07dcdbf9c8b42be1b537b3205786 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:19:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 903c7fa..33187bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." />