import React from "react"; const WaterDrop = () => { return (
{/* Water Drop animation */}
); }; export default WaterDrop;