diff --git a/src/app/page.tsx b/src/app/page.tsx index 5055623..89bb52c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,187 +2,194 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactText from "@/components/sections/contact/ContactText"; +import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import { Briefcase, Building, Database, Diamond, Loader, ShieldCheck, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); -} \ No newline at end of file +}