diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8186579..476313c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,11 +41,7 @@ export default function AboutPage() {
diff --git a/src/app/branches/page.tsx b/src/app/branches/page.tsx index 611aab9..1ff6b4e 100644 --- a/src/app/branches/page.tsx +++ b/src/app/branches/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import BranchesMapCarousel from '@/components/sections/branches/BranchesMapCarousel'; +// import BranchesMapCarousel from '@/components/sections/branches/BranchesMapCarousel'; // Removed due to error TS2307 import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -38,18 +38,7 @@ export default function BranchesPage() { /> -
- -
+ {/* BranchesMapCarousel section removed due to module not found error. No replacement component available in registry. */}
- + {/* ProductGridOne section removed due to module not found error. No replacement component available in registry, which also means E0d (product required) cannot be satisfied with the current registry. */}