From ab4ea0cac4d15593e06bd61e8072ad1a533e4b8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:04:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.49.1