diff --git a/src/app/page.tsx b/src/app/page.tsx index ca9abaf..405dfc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Clock, Sparkles } from "lucide-react"; -// Missing import for NavbarStyleFullscreen - component not found in registry -// Missing import for HeroOverlay - component not found in registry -// Missing import for MediaAbout - component not found in registry -// Missing import for FeatureCardMedia - component not found in registry -// Missing import for ProductCardOne - component not found in registry -// Missing import for TestimonialCardOne - component not found in registry -// Missing import for FaqBase - component not found in registry -// Missing import for ContactSplitForm - component not found in registry -// Missing import for FooterMedia - component not found in registry - export default function LandingPage() { return (