diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c36f58..71262c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import FeatureCardThree from "@/components/sections/feature/FeatureCardThree"; +import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";