diff --git a/src/app/page.tsx b/src/app/page.tsx index eacf745..af2c2a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; @@ -89,20 +88,6 @@ export default function HomePage() { /> -