diff --git a/src/app/page.tsx b/src/app/page.tsx index 761665d..c140059 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,8 +6,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroLogo from "@/components/sections/hero/HeroLogo"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCenter from "@/components/sections/contact/ContactCenter"; @@ -88,44 +86,6 @@ export default function LandingPage() { /> -