From 281a2e7340a7e9da5f69f82fe10747941bc74c61 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:01:27 +0000 Subject: [PATCH] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 7c74e9e..0f3f37d 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -5,8 +5,8 @@ import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; // Placeholder imports for components that might not be in the registry but are implied by errors. // These should be replaced with actual component imports if they existed in the project structure. -import ProductDisplay from '@/components/core/ProductDisplay'; -import FeatureListDisplay from '@/components/core/FeatureListDisplay'; + + import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ProductDetailPage() { -- 2.49.1