diff --git a/src/app/page.tsx b/src/app/page.tsx index af4e031..f15b743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -106,32 +105,16 @@ export default function HomePage() {