'use client' import { Button } from '@/components/ui/button' import { Sun } from '@phosphor-icons/react' import { motion } from 'framer-motion' export function Header() { return (
) }