diff --git a/src/app/page.tsx b/src/app/page.tsx index 9795059..478e432 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { ShoppingBag, ThumbsUp } from "lucide-react"; +import { Linkedin, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -30,223 +27,52 @@ export default function LandingPage() {
- +
-
- +
+
-
- -
- -
- -
- -
- -
- -