"use client"; import MagicBento from "@/components/ui/magic-bento"; import { cn } from "@/lib/utils"; import { Section } from "../section"; export function WhatsNewSection({ className }: { className?: string }) { return (
); }