"use client" import { exampleImages } from "@/utils/demo-images" import { motion } from "motion/react" import Float from "@/fancy/components/blocks/float" export default function FloatDemo() { return (
Album of the week
) }