diff --git a/src/app/page.tsx b/src/app/page.tsx index 3309e51..4a4336b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import { LineChart, Navigation, Scan } from "lucide-react"; export default function LandingPage() { @@ -65,7 +66,7 @@ export default function LandingPage() {