diff --git a/src/app/page.tsx b/src/app/page.tsx index 1300f51..bcae7d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import { Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -26,181 +25,76 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
);