diff --git a/src/app/page.tsx b/src/app/page.tsx index b393f89..1022b1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TextAbout from '@/components/sections/about/TextAbout'; import { Award, Briefcase, CheckCircle } from "lucide-react"; export default function LandingPage() { @@ -30,335 +30,123 @@ export default function LandingPage() { >
- +
- +
- +
- +
- +
- +
- +
- +
); -} +} \ No newline at end of file