'use client' interface BackgroundBlobsProps { isDark: boolean } export function BackgroundBlobs({ isDark }: BackgroundBlobsProps) { return ( <>