Files
KLC-Website-Frontend/src/components/LogoTicker.tsx
priyanshuvish b9bf8ce99e first commit
2025-08-28 13:14:51 +05:30

12 lines
392 B
TypeScript

// This component has been consolidated into LogosSection.tsx
// All logo ticker functionality is now integrated into the main LogosSection component
// with enhanced features including:
// - Actual Figma logo assets
// - Enhanced scrolling animations
// - Responsive design
// - Brand guidelines compliance
// - Accessibility features
export default function LogoTicker() {
return null;
}