diff --git a/src/app/page.tsx b/src/app/page.tsx index 30c7a42..326b750 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Globe, Scale, ShieldCheck } from "lucide-react"; @@ -29,22 +29,10 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file