From 834e5afa9e455a0ffc41c243c05a4ab063747bdb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 26 Feb 2026 12:47:15 +0000 Subject: [PATCH] Bob AI: auto-fix build error (runtime_error) --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb681da..e084f0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; +import NavbarStyleDefault from '@/components/sections/navbar/NavbarStyleDefault'; import { Award, Heart, Leaf, Sparkles, Star, Users } from "lucide-react"; export default function SitePage() {