diff --git a/src/app/page.tsx b/src/app/page.tsx index d8d41ca..5b21525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Coffee, Palette, Scissors } from "lucide-react"; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Palette, Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -29,14 +29,10 @@ export default function LandingPage() {