12 lines
392 B
TypeScript
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;
|
|
} |