diff --git a/src/app/page.tsx b/src/app/page.tsx index f977234..fc1773c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import LegalSection from '@/components/legal/LegalSection'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { CheckCircle, Users, Zap, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -27,278 +32,141 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
+ +
+ +
+ +
+ + + +
); -} +} \ No newline at end of file