import { Footer } from '@/components/footer' import { Header } from '@/components/header' import { Button } from '@/components/ui/button' export default function Home() { return ( <>
{/* Hero Section */}

Think, plan, and track all in one place

Efficiently manage your tasks and boost productivity.

{/* Decorative Elements */}
{/* Yellow Note */}

Take notes to keep track of crucial details, and accomplish more tasks with ease.

{/* Task List */}

Today's tasks

60%
33%
{/* Integrations */}

100+ Integrations

) }