Skip to content

Instantly share code, notes, and snippets.

'use client';
import React, { useState, useEffect, useCallback } from 'react';
import Image from 'next/image';
import {
TrendingDown, Star, ChevronRight, Loader2, Search, X, Activity, Flame
} from 'lucide-react';
export default function TopFlopHome() {
const [isMounted, setIsMounted] = useState(false);