diff --git a/src/features/plan/components/BrandingGuide.tsx b/src/features/plan/components/BrandingGuide.tsx
index 4261ffa..4bdacb0 100644
--- a/src/features/plan/components/BrandingGuide.tsx
+++ b/src/features/plan/components/BrandingGuide.tsx
@@ -10,7 +10,7 @@ import { SectionWrapper } from '@/features/report/components/ui/SectionWrapper';
import { EmptyState } from '@/shared/ui/empty-state';
import { Button } from '@/shared/ui/button';
import { Input } from '@/shared/ui/input';
-import { BrandAppliedPreview } from './BrandAppliedPreview';
+// import { BrandAppliedPreview } from './BrandAppliedPreview';
import {
tabItems,
type TabKey,
@@ -255,9 +255,9 @@ function VisualIdentityTab({ data, clinicName }: { data: BrandGuide; clinicName:
{/* Brand applied preview — IG/YouTube mockup */}
- {data.colors.length > 0 && data.fonts.length > 0 && (
+ {/* {data.colors.length > 0 && data.fonts.length > 0 && (
- )}
+ )} */}
);
}
diff --git a/src/features/report/components/ClinicSnapshot.tsx b/src/features/report/components/ClinicSnapshot.tsx
index d765fab..752bdbd 100644
--- a/src/features/report/components/ClinicSnapshot.tsx
+++ b/src/features/report/components/ClinicSnapshot.tsx
@@ -127,9 +127,8 @@ export default function ClinicSnapshot({ data }: ClinicSnapshotProps) {
{data.certifications.map((cert) => (
-
{cert}
))}