"use client"; import { motion } from "framer-motion"; // Add this import at the top import Image from "next/image"; export const DeviceImage = () => { return (
Elato Toy
); }; export default DeviceImage;