diff --git a/src/app/page.tsx b/src/app/page.tsx index 84b74d9..228d16f 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 TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, BookOpen, Globe, GraduationCap, Users } from "lucide-react"; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -32,14 +32,10 @@ export default function LandingPage() {