diff --git a/src/app/page.tsx b/src/app/page.tsx index ddc6939..55fca60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,243 +2,113 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import { BrainCircuit, BookOpenText, Microscope, FileText } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);