"use client"; import React from "react"; import { motion } from "framer-motion"; export const Background = () => { return (
); };