diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c530f..a979a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Globe, Headphones, Layout, MessageCircle, Palette, Search, Server, Shield, ShieldCheck, Smartphone, Star, Target, TrendingUp, Users, Zap } from "lucide-react"; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Smartphone, Search, Zap, ShieldCheck, Headphones, Users, Award, TrendingUp, Globe, Target, Cpu, Palette, Layout, Server, Shield, Star, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -29,396 +29,154 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file