From 1fff3848ad66fd8a935fde1c1d8fe52937305e6a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:19:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 ++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 623a5e3..903c7fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,19 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, CheckCircle, Users } from "lucide-react"; +import { Award, Sparkles, User, Flame } from "lucide-react"; -export default function LandingPage() { +export default function EspacioVenusPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} \ No newline at end of file +}