diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c8da72..6dc2a27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,9 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { return ( @@ -61,7 +58,6 @@ export default function LandingPage() {