diff --git a/src/app/page.tsx b/src/app/page.tsx index fbaf63b..25c6d7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { MessageSquare } from "lucide-react"; +import { MessageSquare, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -30,20 +30,11 @@ export default function LandingPage() { >
-
- -
-
); -} +} \ No newline at end of file