diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d9da23..89b6b02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Code, Shield, Zap } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Code, Shield, Zap, MapPin, Users, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -26,108 +26,102 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);