Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user