diff --git a/src/app/page.tsx b/src/app/page.tsx index 4370e9d..3bfef68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import { Award, CheckCircle, Clock, Heart, ShieldCheck, ThumbsUp } from "lucide-react"; export default function LandingPage() { @@ -162,34 +161,6 @@ export default function LandingPage() { /> -