Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-24 22:01:30 +00:00

View File

@@ -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() {