import AnimatedBackground from '@/components/AnimatedBackground'; import Hero from '@/components/Hero'; import Stats from '@/components/Stats'; import ToolsGrid from '@/components/ToolsGrid'; import Footer from '@/components/Footer'; import BackToTop from '@/components/BackToTop'; export default function Home() { return (
); }