- Implemented ActivityFeed component to display real-time user activity including coding, music, and chat interactions. - Added GooFilter and BackgroundBlobs components for enhanced visual effects. - Updated layout to include new components and ensure proper stacking context. - Enhanced Tailwind CSS configuration with new color and font settings. - Created API route to mock activity data from n8n. - Refactored main page structure to streamline component rendering.
6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
'use client';
|
|
|
|
export const LiquidCursor = () => {
|
|
return null;
|
|
};
|