From 58a23d5d535963e0efa66f3bec3d709aa0ca416a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 23 Feb 2026 15:36:31 +0200 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 10 ---------- src/app/shop/page.tsx | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) 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 (