diff --git a/src/app/page.tsx b/src/app/page.tsx index 816db46..7efa6f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import MetricCardTwo from '@/components/sections/metric/MetricCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { ShieldCheck, Target, Zap, Shield, FileText, Clock, Globe } from "lucide-react"; export default function LandingPage() { @@ -29,132 +29,121 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file