diff --git a/src/app/page.tsx b/src/app/page.tsx index 7877b9d..c0b8ac7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { ShieldCheck } from "lucide-react"; export default function LandingPage() { @@ -32,14 +28,10 @@ export default function LandingPage() {