Bob AI: fix build errors (attempt 1)

This commit is contained in:
2026-02-23 15:36:31 +02:00
parent 5e620a7470
commit 58a23d5d53
2 changed files with 1 additions and 11 deletions

View File

@@ -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 (
<ThemeProvider

View File

@@ -3,7 +3,7 @@
import { Suspense } from "react";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog";
import { useProductCatalog } from "@/hooks/useProductCatalog";